This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch AXIS2-4318 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit 7f5ed0b7e6094ca24b0534e4966e50102a3bb97b Author: Sagara Gunathunga <sag...@apache.org> AuthorDate: Tue May 8 06:58:53 2012 +0000 Deprecated HTTPProxcyConfigurator class. --- .../axis2/transport/http/impl/httpclient3/HTTPProxcyConfigurator.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPProxcyConfigurator.java b/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPProxcyConfigurator.java index 670e9e1..64bd9e7 100644 --- a/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPProxcyConfigurator.java +++ b/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPProxcyConfigurator.java @@ -41,6 +41,10 @@ import org.apache.commons.httpclient.auth.AuthScope; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; +/** + * @deprecated use {@link HTTPProxyConfigurator} + */ +@Deprecated public class HTTPProxcyConfigurator { private static Log log = LogFactory.getLog(HTTPProxcyConfigurator.class);