mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8230648: Replace @exception tag with @throws in java.base
Minor coding style update of javadoc tag in any file in java.base Reviewed-by: prappo, lancea
This commit is contained in:
parent
2fc6c6459d
commit
b15b322cf3
196 changed files with 1959 additions and 1962 deletions
|
@ -85,10 +85,10 @@ public abstract class ProxySelector {
|
|||
*
|
||||
* @throws SecurityException
|
||||
* If a security manager has been installed and it denies
|
||||
* {@link NetPermission}{@code ("getProxySelector")}
|
||||
* @see #setDefault(ProxySelector)
|
||||
* @return the system-wide {@code ProxySelector}
|
||||
* @since 1.5
|
||||
* {@link NetPermission}{@code ("getProxySelector")}
|
||||
* @see #setDefault(ProxySelector)
|
||||
* @return the system-wide {@code ProxySelector}
|
||||
* @since 1.5
|
||||
*/
|
||||
public static ProxySelector getDefault() {
|
||||
SecurityManager sm = System.getSecurityManager();
|
||||
|
@ -108,7 +108,7 @@ public abstract class ProxySelector {
|
|||
*
|
||||
* @throws SecurityException
|
||||
* If a security manager has been installed and it denies
|
||||
* {@link NetPermission}{@code ("setProxySelector")}
|
||||
* {@link NetPermission}{@code ("setProxySelector")}
|
||||
*
|
||||
* @see #getDefault()
|
||||
* @since 1.5
|
||||
|
@ -163,7 +163,7 @@ public abstract class ProxySelector {
|
|||
*
|
||||
* @param ioe
|
||||
* The I/O exception thrown when the connect failed.
|
||||
* @throws IllegalArgumentException if either argument is null
|
||||
* @throws IllegalArgumentException if either argument is null
|
||||
*/
|
||||
public abstract void connectFailed(URI uri, SocketAddress sa, IOException ioe);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue