You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2011/11/13 22:13:55 UTC

svn commit: r1201515 - /webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMConstants.java

Author: veithen
Date: Sun Nov 13 21:13:55 2011
New Revision: 1201515

URL: http://svn.apache.org/viewvc?rev=1201515&view=rev
Log:
Deprecated unused constant the purpose of which is not clear.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMConstants.java

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMConstants.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMConstants.java?rev=1201515&r1=1201514&r2=1201515&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMConstants.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMConstants.java Sun Nov 13 21:13:55 2011
@@ -79,7 +79,9 @@ public interface OMConstants {
      */
     String IS_DATA_HANDLERS_AWARE = "IsDatahandlersAwareParsing"; 
 
-    /** No its not a mistake. This is the default nsURI of the default namespace of a node */
+    /**
+     * @deprecated
+     */
     static final String DEFAULT_DEFAULT_NAMESPACE = "\"\"";
     
 	static final String XMLATTRTYPE_CDATA = "CDATA";