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

Diff of /classpath/java/nio/ShortViewBufferImpl.java

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

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

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

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