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/NetPermission.java | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'libjava/java/net/NetPermission.java') diff --git a/libjava/java/net/NetPermission.java b/libjava/java/net/NetPermission.java index 593b63504a8..6b796be7f04 100644 --- a/libjava/java/net/NetPermission.java +++ b/libjava/java/net/NetPermission.java @@ -41,9 +41,21 @@ import java.security.BasicPermission; /** * This class is used to model miscellaneous network permissions. It is - * a subclass of BasicPermission. This means that it models a "boolean" - * permission. One that you either have or do not have. Thus there is - * no permitted action list associated with this object. + * a subclass of BasicPermission. This means that it models a + * "boolean" permission. One that you either have or do not have. Thus + * there is no permitted action list associated with this object. + * + * The following permission names are defined for this class: + * + * * * @author Aaron M. Renn (arenn@urbanophile.com) */ -- cgit v1.2.3