Skip to content
Snippets Groups Projects
Commit 16cf99d3 authored by nie's avatar nie
Browse files

Commented some code for Jenkins.

parent 7e2bd542
No related branches found
No related tags found
No related merge requests found
......@@ -14,5 +14,7 @@ That way multiple projects can share the same settings (useful for formatting ru
Any value defined here will override the pom.xml file value but is only applicable to the current project.
-->
<netbeans.checkstyle.format>true</netbeans.checkstyle.format>
<netbeans.hint.jdkPlatform>JDK_1.6</netbeans.hint.jdkPlatform>
<org-netbeans-modules-projectapi.jsf_2e_language>Facelets</org-netbeans-modules-projectapi.jsf_2e_language>
</properties>
</project-shared-configuration>
......@@ -87,18 +87,18 @@ public final class PluginFinder {
/* Ignore error. */
}
}
jarFile.close();
//jarFile.close();
return result;
} 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