< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/ModularRuntimeImage.java

Print this page

        

*** 85,102 **** } @Override public void close() throws IOException { if (classLoader != null) { - if (classLoader != null) { classLoader.close(); } if (fileSystem != null) { fileSystem.close(); } } - } /** * Lists all entries in the given directory. * * @param dirPath --- 85,100 ----
< prev index next >