mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-01 05:58:29 +00:00
8179512: Typo in HttpURLConnection documentation
Reviewed-by: chegar
This commit is contained in:
parent
1e4314a638
commit
ea8aed80d3
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user