You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ro...@apache.org on 2021/04/20 17:33:30 UTC

[axis-axis2-java-core] branch master updated: AXIS2-5959 comment cleanup

This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 663814a  AXIS2-5959 comment cleanup
663814a is described below

commit 663814a3317411dd99c8ef0a1788993ca13f3838
Author: robert lazarski <ro...@apache.org>
AuthorDate: Tue Apr 20 07:32:50 2021 -1000

    AXIS2-5959 comment cleanup
---
 .../axis2/transport/http/impl/httpclient4/HTTPProxyConfigurator.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/HTTPProxyConfigurator.java b/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/HTTPProxyConfigurator.java
index c90c494..f8b8df9 100644
--- a/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/HTTPProxyConfigurator.java
+++ b/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/HTTPProxyConfigurator.java
@@ -50,7 +50,7 @@ public class HTTPProxyConfigurator {
     private static Log log = LogFactory.getLog(HTTPProxyConfigurator.class);
 
     /**
-     * Configure HTTP Proxy settings of commons-httpclient HostConfiguration.
+     * Configure HTTP Proxy settings of httpcomponents HostConfiguration.
      * Proxy settings can be get from axis2.xml, Java proxy settings or can be
      * override through property in message context.
      * <p/>