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

Commented code because of a problem in Jenkins.

parent dbd943b8
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment