[multiple changes]
2004-08-30 Tom Tromey <tromey@redhat.com> * java/nio/CharBuffer.java (put): Fix typo. * java/nio/DoubleBuffer.java (put): Fix typo. * java/nio/FloatBuffer.java (put): Fix typo. * java/nio/IntBuffer.java (put): Fix typo. * java/nio/LongBuffer.java (put): Fix typo. * java/nio/ShortBuffer.java (put): Fix typo. 2004-08-30 Florian Weimer <fw@deneb.enyo.de> * java/nio/ByteBuffer.java (put): Fix typo. From-SVN: r86758
This commit is contained in:
parent
ce894603bf
commit
68760aeea9
8 changed files with 20 additions and 7 deletions
|
@ -148,7 +148,7 @@ public abstract class DoubleBuffer extends Buffer
|
|||
{
|
||||
double[] toPut = new double [src.remaining ()];
|
||||
src.get (toPut);
|
||||
src.put (toPut);
|
||||
put (toPut);
|
||||
}
|
||||
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue