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

Diff of /classpath/java/nio/IntBuffer.java

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

revision 1.16 by robilad, Wed Jun 16 08:57:10 2004 UTC revision 1.16.2.1 by gnu_andrew, Thu Jan 13 22:40:38 2005 UTC
# Line 148  public abstract class IntBuffer extends Line 148  public abstract class IntBuffer extends
148        {        {
149          int[] toPut = new int [src.remaining ()];          int[] toPut = new int [src.remaining ()];
150          src.get (toPut);          src.get (toPut);
151          src.put (toPut);          put (toPut);
152        }        }
153    
154      return this;      return this;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.2.1

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