Author: veithen
Date: Mon Apr  2 18:39:58 2012
New Revision: 1308451

URL: http://svn.apache.org/viewvc?rev=1308451&view=rev
Log:
Fixed a broken Javadoc link.

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

Modified: 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMXMLStreamReaderConfiguration.java
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMXMLStreamReaderConfiguration.java?rev=1308451&r1=1308450&r2=1308451&view=diff
==============================================================================
--- 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMXMLStreamReaderConfiguration.java
 (original)
+++ 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMXMLStreamReaderConfiguration.java
 Mon Apr  2 18:39:58 2012
@@ -55,8 +55,8 @@ public class OMXMLStreamReaderConfigurat
      * <p>
      * More precisely, if this option is enabled, then the namespace 
declarations reported for the
      * first {@link XMLStreamConstants#START_ELEMENT} event in the returned 
stream will be the same
-     * as the declarations that would be returned by {@link 
#getNamespacesInScope()}, with the
-     * exception that a <tt>xmlns=""</tt> declaration present on the element 
will be preserved.
+     * as the declarations that would be returned by {@link 
OMElement#getNamespacesInScope()}, with
+     * the exception that a <tt>xmlns=""</tt> declaration present on the 
element will be preserved.
      * <p>
      * This feature is useful for code that relies on the namespace 
declarations reported by the
      * {@link XMLStreamReader} to reconstruct the namespace context (instead 
of using the namespace


Reply via email to