Author: veithen
Date: Sat Aug 15 23:07:43 2009
New Revision: 804538

URL: http://svn.apache.org/viewvc?rev=804538&view=rev
Log:
Some Javadoc improvements.

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

Modified: 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/OMXMLStreamReaderValidator.java
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/OMXMLStreamReaderValidator.java?rev=804538&r1=804537&r2=804538&view=diff
==============================================================================
--- 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/OMXMLStreamReaderValidator.java
 (original)
+++ 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/OMXMLStreamReaderValidator.java
 Sat Aug 15 23:07:43 2009
@@ -32,6 +32,7 @@
 
 import java.util.Stack;
 
+// TODO: this needs reformatting; the (generated) Javadoc is unreadable!
 /**
  * There are several places in the code where events are passed from 
  * a source to a consumer using XMLStreamReader events. 
@@ -48,6 +49,7 @@
  * In the initial version, the XMStreamValidator ensures that the start 
element events match the 
  * end element events.
  *
+ * @see org.apache.axiom.om.OMElement#getXMLStreamReader(boolean)
  */
 public class OMXMLStreamReaderValidator implements OMXMLStreamReader {
 


Reply via email to