/[classpath]/classpath/java/util/zip/ZipFile.java
ViewVC logotype

Diff of /classpath/java/util/zip/ZipFile.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by mkoch, Wed Jun 18 09:42:57 2003 UTC revision 1.14 by mark, Sun Jul 13 23:48:25 2003 UTC
# Line 308  public class ZipFile implements ZipConst Line 308  public class ZipFile implements ZipConst
308     */     */
309    protected void finalize() throws IOException    protected void finalize() throws IOException
310    {    {
311      if (!closed) close();      if (!closed && raf != null) close();
312    }    }
313    
314    /**    /**

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26