2003-05-13 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Tue, 13 May 2003 20:11:02 +0000 (20:11 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Tue, 13 May 2003 20:11:02 +0000 (20:11 +0000)
commitd24273abda777ab605b1efb59bdf51db27693ca7
treed92a6527783b0b07c57de681259c0e812ace4cfd
parent03307888f71f81829bc96f569b927a825e5ab2f4
2003-05-13  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/CharViewBufferImpl.java
(CharViewBufferImpl): Fixed super constructor call, initialize offset.
(get): Shift bits to the right direction.
(put): Likewise.
* gnu/java/nio/DoubleViewBufferImpl.java
(DoubleViewBufferImpl): Fixed super constructor call, initialize offset.
(get): Shift bits to the right direction.
(put): Likewise.
* gnu/java/nio/FloatViewBufferImpl.java
(FloatViewBufferImpl): Fixed super constructor call, initialize offset.
(get): Shift bits to the right direction.
(put): Likewise.
* gnu/java/nio/IntViewBufferImpl.java
(IntViewBufferImpl): Fixed super constructor call, initialize offset.
(get): Shift bits to the right direction.
(put): Likewise.
* gnu/java/nio/LongViewBufferImpl.java
(LongViewBufferImpl): Fixed super constructor call, initialize offset.
(get): Shift bits to the right direction.
(put): Likewise.
* gnu/java/nio/ShortViewBufferImpl.java
(ShortViewBufferImpl): Fixed super constructor call, initialize offset.
(get): Shift bits to the right direction.
(put): Likewise.

From-SVN: r66780
libjava/ChangeLog
libjava/gnu/java/nio/CharViewBufferImpl.java
libjava/gnu/java/nio/DoubleViewBufferImpl.java
libjava/gnu/java/nio/FloatViewBufferImpl.java
libjava/gnu/java/nio/IntViewBufferImpl.java
libjava/gnu/java/nio/LongViewBufferImpl.java
libjava/gnu/java/nio/ShortViewBufferImpl.java