* java/net/DatagramSocket.java
(connect): Fixed comment.
* java/nio/ByteBuffer.java
(hasArray): Fixed comment.
From-SVN: r64487
+2003-03-17 Michael Koch <konqueror@gmx.de>
+
+ * java/net/DatagramSocket.java
+ (connect): Fixed comment.
+ * java/nio/ByteBuffer.java
+ (hasArray): Fixed comment.
+
2003-03-17 Michael Koch <konqueror@gmx.de>
* java/beans/Beans.java:
}
catch (SocketException e)
{
- // This means simply not connected.
+ // This means simply not connected or connect not implemented.
}
}
}
/**
- * Tells whether or not this buffer is backed by an accessible byte array.
+ * Tells whether or not this buffer is backed by an accessible array.
*/
public final boolean hasArray ()
{