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

Diff of /classpath/java/nio/FloatBuffer.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.17 by tromey, Fri Aug 13 23:41:47 2004 UTC
# Line 148  public abstract class FloatBuffer extend Line 148  public abstract class FloatBuffer extend
148        {        {
149          float[] toPut = new float [src.remaining ()];          float[] toPut = new float [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.17

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