2003-06-27 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Fri, 27 Jun 2003 13:41:25 +0000 (13:41 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Fri, 27 Jun 2003 13:41:25 +0000 (13:41 +0000)
* gnu/java/nio/FileChannelImpl.java
(write): Removed.

From-SVN: r68572

libjava/ChangeLog
libjava/gnu/java/nio/FileChannelImpl.java

index 105197ccfd4ea6bfbc2727aafe9da798b03287dc..f956c04fe41af1ca384a855cd81562aafc8dde29 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-27  Michael Koch  <konqueror@gmx.de>
+
+       * gnu/java/nio/FileChannelImpl.java
+       (write): Removed.
+
 2003-06-27  Michael Koch  <konqueror@gmx.de>
 
        * java/nio/ByteBufferImpl.java
index 97929ca786aa36383dfb1e51eaea9210a7e6314f..943bdd78652f50a9bfd84ede6ffb05024a541b1a 100644 (file)
@@ -276,12 +276,6 @@ public class FileChannelImpl extends FileChannel
     return ch.buf;                      
   }
 
-  public long write (ByteBuffer[] srcs)
-    throws IOException
-  {
-    return write (srcs, 0, srcs.length);
-  }
-                                  
   /**
    * msync with the disk
    */