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:
parent
6d04746832
commit
f1b62339fa
@ -1,3 +1,10 @@
|
||||
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:
|
||||
|
@ -466,7 +466,7 @@ public class DatagramSocket
|
||||
}
|
||||
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
|
||||
}
|
||||
|
||||
/**
|
||||
* 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 ()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user