8179512: Typo in HttpURLConnection documentation

Reviewed-by: chegar
This commit is contained in:
Mark Sheppard 2017-05-02 15:50:46 +01:00
parent 1e4314a638
commit ea8aed80d3

View File

@ -54,7 +54,7 @@ import java.util.Date;
* <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>