Channel.java, [...]: Removed redundant modifiers.
2003-10-11 Michael Koch <konqueror@gmx.de> * java/nio/channels/Channel.java, java/nio/channels/GatheringByteChannel.java, java/nio/channels/ReadableByteChannel.java, java/nio/channels/ScatteringByteChannel.java, java/nio/channels/WritableByteChannel.java: Removed redundant modifiers. From-SVN: r72355
This commit is contained in:
parent
d5a87c2b1d
commit
eb0043a057
6 changed files with 17 additions and 8 deletions
|
@ -55,5 +55,5 @@ public interface ReadableByteChannel extends Channel
|
|||
* @exception NonReadableChannelException If this channel was not opened for
|
||||
* reading
|
||||
*/
|
||||
public int read (ByteBuffer dst) throws IOException;
|
||||
int read (ByteBuffer dst) throws IOException;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue