/[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.7.2.6 by gnu_andrew, Tue Aug 2 20:12:12 2005 UTC revision 1.7.2.7 by gnu_andrew, Tue Sep 20 18:46:23 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.7.2.6  
changed lines
  Added in v.1.7.2.7

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