Remove useless URL instanciation

This commit is contained in:
Benjamin Devèze 2014-02-20 23:16:12 +01:00 committed by Adrien Grand
parent 55101edb46
commit bb219eff8d
1 changed files with 0 additions and 1 deletions

View File

@ -491,7 +491,6 @@ public class PluginManager {
private static void addUrl(List<URL> urls, String url) {
try {
URL _url = new URL(url);
urls.add(new URL(url));
} catch (MalformedURLException e) {
// We simply ignore malformed URL