2003-03-17 Michael Koch <konqueror@gmx.de>

* java/net/DatagramSocket.java
	(connect): Fixed comment.
	* java/nio/ByteBuffer.java
	(hasArray): Fixed comment.

From-SVN: r64487
This commit is contained in:
Michael Koch
2003-03-17 15:31:33 +00:00
committed by Michael Koch
parent 6d04746832
commit f1b62339fa
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -466,7 +466,7 @@ public class DatagramSocket
}
catch (SocketException e)
{
// This means simply not connected.
// This means simply not connected or connect not implemented.
}
}
+1 -1
View File
@@ -199,7 +199,7 @@ public abstract class ByteBuffer extends Buffer implements Comparable
}
/**
* 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 ()
{