From b91c701d199af4c4860919595ccf2cc755418cc1 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Mon, 26 May 2003 12:58:02 +0000 Subject: NetPermission.java, [...]: New versions from classpath. 2003-05-26 Michael Koch * java/net/NetPermission.java, java/net/NetworkInterface.java, java/net/PasswordAuthentication.java, java/net/SocketPermission.java: New versions from classpath. From-SVN: r67174 --- libjava/java/net/SocketPermission.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'libjava/java/net/SocketPermission.java') diff --git a/libjava/java/net/SocketPermission.java b/libjava/java/net/SocketPermission.java index 6fa65f8793a..dea04e2432a 100644 --- a/libjava/java/net/SocketPermission.java +++ b/libjava/java/net/SocketPermission.java @@ -96,6 +96,9 @@ import java.security.PermissionCollection; * Can accept connections from 197.197.20.1 *

* + * This class also supports IPv6 addresses. These should be specified + * in either RFC 2732 format or in full uncompressed form. + * * @since 1.2 * * @author Aaron M. Renn (arenn@urbanophile.com) @@ -159,7 +162,7 @@ public final class SocketPermission extends Permission /** * Returns a hash code value for this object. Overrides the - * Permission.hashCode() + * Permission.hashCode(). * * @return A hash code */ @@ -233,7 +236,7 @@ public final class SocketPermission extends Permission * Returns true if the permission object passed it is implied by the * this permission. This will be true if *

* - * @param perm The Permission to check against + * @param perm The Permission to check against * * @return true if the Permission is implied by * this object, false otherwise. -- cgit v1.2.3