mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
no need to override method
This commit is contained in:
parent
4ee8ba8e02
commit
cf5d39839d
@ -111,9 +111,5 @@ public class PluginLoader {
|
||||
PluginClassLoader() {
|
||||
super(new URL[0], PluginLoader.class.getClassLoader());
|
||||
}
|
||||
|
||||
@Override protected void addURL(URL url) {
|
||||
super.addURL(url);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user