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 sa...@apache.org on 2012/05/08 08:58:53 UTC

svn commit: r1335357 - /axis/axis2/java/core/branches/AXIS2-4318/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPProxcyConfigurator.java

Author: sagara
Date: Tue May  8 06:58:53 2012
New Revision: 1335357

URL: http://svn.apache.org/viewvc?rev=1335357&view=rev
Log:
Deprecated HTTPProxcyConfigurator class. 

Modified:
    axis/axis2/java/core/branches/AXIS2-4318/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPProxcyConfigurator.java

Modified: axis/axis2/java/core/branches/AXIS2-4318/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPProxcyConfigurator.java
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/AXIS2-4318/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPProxcyConfigurator.java?rev=1335357&r1=1335356&r2=1335357&view=diff
==============================================================================
--- axis/axis2/java/core/branches/AXIS2-4318/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPProxcyConfigurator.java (original)
+++ axis/axis2/java/core/branches/AXIS2-4318/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPProxcyConfigurator.java Tue May  8 06:58:53 2012
@@ -41,6 +41,10 @@ import org.apache.commons.httpclient.aut
 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);