Skip to content
Snippets Groups Projects
Commit 7e2bd542 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Check whether Jenkins can compile this code now.

parent 0f34f39e
No related branches found
No related tags found
No related merge requests found
...@@ -92,13 +92,13 @@ public final class PluginFinder { ...@@ -92,13 +92,13 @@ public final class PluginFinder {
} catch (final IOException ex) { } catch (final IOException ex) {
ex.printStackTrace(); ex.printStackTrace();
} finally { } finally {
/*try { try {
if (classLoader != null) { if (classLoader != null) {
classLoader.close(); classLoader.close();
} }
} catch (IOException ex) { } catch (IOException ex) {
ex.printStackTrace(); ex.printStackTrace();
}*/ }
} }
return null; return null;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment