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/27 23:35:48 UTC

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

Author: veithen
Date: Sun Nov 27 22:35:48 2011
New Revision: 1206883

URL: http://svn.apache.org/viewvc?rev=1206883&view=rev
Log:
Removed a TODO item related to AXIOM-28.

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

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMElement.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMElement.java?rev=1206883&r1=1206882&r2=1206883&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMElement.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMElement.java Sun Nov 27 22:35:48 2011
@@ -79,8 +79,7 @@ import java.util.Iterator;
  * <li>More precisely, Axiom will always make sure that any {@link OMElement} or {@link OMAttribute}
  * node will keep the namespace URI that has been assigned to the node at creation time, unless the
  * namespace is explicitly changed using {@link #setNamespace(OMNamespace)} or
- * {@link OMAttribute#setOMNamespace(OMNamespace)}. [TODO: this is currently not entirely true; see
- * WSCOMMONS-517]
+ * {@link OMAttribute#setOMNamespace(OMNamespace)}.
  * </ul>
  */
 public interface OMElement extends OMNode, OMContainer, OMNamedInformationItem {