--- 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>