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
Branches
Tags
No related merge requests found
......@@ -92,13 +92,13 @@ public final class PluginFinder {
} catch (final IOException ex) {
ex.printStackTrace();
} finally {
/*try {
try {
if (classLoader != null) {
classLoader.close();
}
} catch (IOException ex) {
ex.printStackTrace();
}*/
}
}
return null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment