You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2007/02/18 06:45:46 UTC

svn commit: r508872 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/SOAPUtil.java

Author: chinthaka
Date: Sat Feb 17 21:45:45 2007
New Revision: 508872

URL: http://svn.apache.org/viewvc?view=rev&rev=508872
Log:
Marking this class as deprecated.

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/SOAPUtil.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/SOAPUtil.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/SOAPUtil.java?view=diff&rev=508872&r1=508871&r2=508872
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/SOAPUtil.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/SOAPUtil.java Sat Feb 17 21:45:45 2007
@@ -33,7 +33,8 @@
 import org.apache.commons.logging.LogFactory;
 
 /**
- *
+ * @deprecated Since we are not using this class and this might lead to mis-use of this class, we will
+ * removing this class in a future release.
  */
 public class SOAPUtil {
     private static final Log log = LogFactory.getLog(SOAPUtil.class);



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org