Author: veithen
Date: Wed Oct 26 21:29:08 2011
New Revision: 1189479

URL: http://svn.apache.org/viewvc?rev=1189479&view=rev
Log:
AXIOM-388: Minor Javadoc enhancement.

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=1189479&r1=1189478&r2=1189479&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 Oct 26 21:29:08 2011
@@ -198,7 +198,8 @@ public interface OMElement extends OMNod
      * namespace declarations and prefix undeclaring), it is generally 
recommended to use one of the
      * following specialized methods for this purpose:
      * <ul>
-     * <li>{@link #getNamespacesInScope()} to calculate the namespace context 
for the element.
+     * <li>{@link #getNamespacesInScope()} or {@link 
#getNamespaceContext(boolean)} to calculate the
+     * namespace context for the element.
      * <li>{@link #findNamespace(String, String)} and {@link 
#findNamespaceURI(String)} to resolve a
      * namespace prefix or to find a namespace prefix for a given URI.
      * <li>{@link #resolveQName(String)} to resolve a QName literal.


Reply via email to