/[classpath]/classpath/java/io/FileOutputStream.java
ViewVC logotype

Diff of /classpath/java/io/FileOutputStream.java

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

revision 1.11 by mark, Thu Jul 11 15:56:49 2002 UTC revision 1.12 by mark, Sun Oct 27 13:07:17 2002 UTC
# Line 325  open(String name, boolean append) throws Line 325  open(String name, boolean append) throws
325  public synchronized void  public synchronized void
326  close() throws IOException  close() throws IOException
327  {  {
328    closeInternal(native_fd);    if (native_fd != -1)
329        closeInternal(native_fd);
330    native_fd = -1;    native_fd = -1;
331  }  }
332    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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