You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2017/04/25 23:03:05 UTC

svn commit: r1792679 - /httpcomponents/httpclient/branches/4.5.x/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/DefaultClientConnectionOperator.java

Author: ggregory
Date: Tue Apr 25 23:03:05 2017
New Revision: 1792679

URL: http://svn.apache.org/viewvc?rev=1792679&view=rev
Log:
Replace @exception with the more modern @throws.

Modified:
    httpcomponents/httpclient/branches/4.5.x/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/DefaultClientConnectionOperator.java

Modified: httpcomponents/httpclient/branches/4.5.x/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/DefaultClientConnectionOperator.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/DefaultClientConnectionOperator.java?rev=1792679&r1=1792678&r2=1792679&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.5.x/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/DefaultClientConnectionOperator.java (original)
+++ httpcomponents/httpclient/branches/4.5.x/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/DefaultClientConnectionOperator.java Tue Apr 25 23:03:05 2017
@@ -252,7 +252,7 @@ public class DefaultClientConnectionOper
      *
      * @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