Commit f1b62339 by Michael Koch Committed by Michael Koch

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
parent 6d047468
2003-03-17 Michael Koch <konqueror@gmx.de> 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: * java/beans/Beans.java:
Explicitely import classes not packages. Explicitely import classes not packages.
* java/beans/FeatureDescriptor.java * java/beans/FeatureDescriptor.java
......
...@@ -466,7 +466,7 @@ public class DatagramSocket ...@@ -466,7 +466,7 @@ public class DatagramSocket
} }
catch (SocketException e) catch (SocketException e)
{ {
// This means simply not connected. // This means simply not connected or connect not implemented.
} }
} }
......
...@@ -199,7 +199,7 @@ public abstract class ByteBuffer extends Buffer implements Comparable ...@@ -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 () public final boolean hasArray ()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment