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:
Gary D. Gregory 2017-04-25 23:03:05 +00:00 committed by Oleg Kalnichevski
parent 61bf8ba35e
commit 288a91cc54
1 changed files with 1 additions and 1 deletions

View File

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