aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/net/NetPermission.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2003-02-13 07:33:40 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2003-02-13 07:33:40 +0000
commit05008212fbb49fbae7f5a320f9028ea647a2e73f (patch)
tree89ae8d65c0802ce86c5d1345cb30f8f9daef8b39 /libjava/java/net/NetPermission.java
parent4e3243ef0e18e11a7b463d78613a25adb49ace94 (diff)
downloadgcc-05008212fbb49fbae7f5a320f9028ea647a2e73f.zip
gcc-05008212fbb49fbae7f5a320f9028ea647a2e73f.tar.gz
gcc-05008212fbb49fbae7f5a320f9028ea647a2e73f.tar.bz2
2003-02-13 Michael Koch <konqueror@gmx.de>
* java/net/NetPermission.java (NetPermission): Make doucmentation match the method declaration. * java/net/NetworkInterface.java (equals): Reformated for GNU coding style. * java/net/ServerSocket.java: Merged with classpath. * java/net/Socket.java: Partly merged with classpath (Added some @since). * java/net/SocketImpl.java (localPort): Merged with classpath (initialize with -1). * java/net/SocketPermission.java: Merged with classpath (reindented). * java/net/URLDecoder.java: Merged with classpath (reindented). From-SVN: r62824
Diffstat (limited to 'libjava/java/net/NetPermission.java')
-rw-r--r--libjava/java/net/NetPermission.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/net/NetPermission.java b/libjava/java/net/NetPermission.java
index 5b9502b..1807d45 100644
--- a/libjava/java/net/NetPermission.java
+++ b/libjava/java/net/NetPermission.java
@@ -64,7 +64,7 @@ public final class NetPermission extends BasicPermission
/**
* Initializes a new instance of <code>NetPermission</code> with the
- * specified name and value. Note that the value field is irrelevant and is
+ * specified name and perms. Note that the perms field is irrelevant and is
* ignored. This constructor should never need to be used.
*
* @param name The name of this permission