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

Diff of /classpath/java/nio/FloatBufferImpl.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 jfrijters, Mon Dec 27 14:35:30 2004 UTC
# Line 80  final class FloatBufferImpl extends Floa Line 80  final class FloatBufferImpl extends Floa
80        
81    public FloatBuffer compact ()    public FloatBuffer compact ()
82    {    {
83        checkIfReadOnly();
84        mark = -1;
85      int copied = 0;      int copied = 0;
86            
87      while (remaining () > 0)      while (remaining () > 0)

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