Author: veithen
Date: Wed Dec 23 12:08:21 2009
New Revision: 893489

URL: http://svn.apache.org/viewvc?rev=893489&view=rev
Log:
Completed Javadoc of OMElement#getNamespace().

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=893489&r1=893488&r2=893489&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
 Wed Dec 23 12:08:21 2009
@@ -399,7 +399,9 @@
     void setLocalName(String localName);
 
     /**
-     * @return Returns the OMNamespace object associated with this element
+     * Get the namespace this element is part of.
+     * 
+     * @return the namespace of this element, or <code>null</code> if the 
element has no namespace
      */
     OMNamespace getNamespace();
 


Reply via email to