no need to override method

This commit is contained in:
Anton Keks 2013-08-28 18:26:48 +03:00
parent 4ee8ba8e02
commit cf5d39839d

View File

@ -111,9 +111,5 @@ public class PluginLoader {
PluginClassLoader() {
super(new URL[0], PluginLoader.class.getClassLoader());
}
@Override protected void addURL(URL url) {
super.addURL(url);
}
}
}