8179512: Typo in HttpURLConnection documentation
authormsheppar
Tue, 02 May 2017 15:50:46 +0100
changeset 44864 86b9c60f4817
parent 44863 fd3d9eac0619
child 44865 079cdba9ad5f
child 44925 3341e002c5e9
child 44999 b1c62cd70983
8179512: Typo in HttpURLConnection documentation Reviewed-by: chegar
jdk/src/java.base/share/classes/java/net/HttpURLConnection.java
--- a/jdk/src/java.base/share/classes/java/net/HttpURLConnection.java	Fri Apr 28 12:22:53 2017 -0700
+++ b/jdk/src/java.base/share/classes/java/net/HttpURLConnection.java	Tue May 02 15:50:46 2017 +0100
@@ -54,7 +54,7 @@
  * <b>Security permissions</b>
  * <p>
  * If a security manager is installed, and if a method is called which results in an
- * attempt to open a connection, the caller must possess either:-
+ * 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 URLPermission} that permits this request.</li>