jdk/src/share/classes/java/net/HttpURLConnection.java
changeset 20787 ab071ce90368
parent 19069 1d9cb0d080e3
child 24865 09b1d992ca72
--- a/jdk/src/share/classes/java/net/HttpURLConnection.java	Mon Oct 14 09:52:36 2013 -0700
+++ b/jdk/src/share/classes/java/net/HttpURLConnection.java	Mon Oct 14 22:09:15 2013 +0100
@@ -57,7 +57,7 @@
  * attempt to open a connection, the caller must possess either:-
  * <ul><li>a "connect" {@link SocketPermission} to the host/port combination of the
  * destination URL or</li>
- * <li>a {@link HttpURLPermission} that permits this request.</li>
+ * <li>a {@link URLPermission} that permits this request.</li>
  * </ul><p>
  * If automatic redirection is enabled, and this request is redirected to another
  * destination, then the caller must also have permission to connect to the