/[classpath]/classpath/java/nio/CharViewBufferImpl.java
ViewVC logotype

Diff of /classpath/java/nio/CharViewBufferImpl.java

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

revision 1.4 by robilad, Wed Jun 16 08:57:10 2004 UTC revision 1.5 by mkoch, Thu Dec 30 10:20:11 2004 UTC
# Line 118  class CharViewBufferImpl extends CharBuf Line 118  class CharViewBufferImpl extends CharBuf
118          position (count);          position (count);
119          limit (capacity ());          limit (capacity ());
120        }        }
121        else
122          {
123            position(limit());
124            limit(capacity());
125          }
126      return this;      return this;
127    }    }
128        

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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