Replace @exception with the more modern @throws.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1792679 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
61bf8ba35e
commit
288a91cc54
|
@ -252,7 +252,7 @@ public class DefaultClientConnectionOperator implements ClientConnectionOperator
|
|||
*
|
||||
* @param host host name to resolve
|
||||
* @return array of IP addresses
|
||||
* @exception UnknownHostException if no IP address for the host could be determined.
|
||||
* @throws UnknownHostException if no IP address for the host could be determined.
|
||||
*
|
||||
* @see DnsResolver
|
||||
* @see SystemDefaultDnsResolver
|
||||
|
|
Loading…
Reference in New Issue