/[classpath]/classpath/gnu/java/nio/channels/FileChannelImpl.java
ViewVC logotype

Diff of /classpath/gnu/java/nio/channels/FileChannelImpl.java

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

revision 1.18 by mark, Tue Jul 26 12:01:10 2005 UTC revision 1.19 by mark, Sun Sep 11 19:29:24 2005 UTC
# Line 175  public final class FileChannelImpl exten Line 175  public final class FileChannelImpl exten
175     */     */
176    protected void finalize() throws IOException    protected void finalize() throws IOException
177    {    {
178      this.close();      if (fd != -1)
179          close();
180    }    }
181    
182    public int read (ByteBuffer dst) throws IOException    public int read (ByteBuffer dst) throws IOException

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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