Author: veithen
Date: Tue May 18 21:20:44 2010
New Revision: 945894
URL: http://svn.apache.org/viewvc?rev=945894&view=rev
Log:
Oops, added the parameter description to the wrong parameter.
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/CustomBuilder.java
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/CustomBuilder.java
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/CustomBuilder.java?rev=945894&r1=945893&r2=945894&view=diff
==============================================================================
---
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/CustomBuilder.java
(original)
+++
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/CustomBuilder.java
Tue May 18 21:20:44 2010
@@ -43,6 +43,7 @@ public interface CustomBuilder {
* @param namespace
* @param localPart
* @param parent
+ * @param reader
* The stream reader to read the StAX events from. The
* implementation MUST NOT assume that this is the original
* reader returned by the StAX implementation. In general, it
@@ -56,8 +57,6 @@ public interface CustomBuilder {
* to unwrap the reader. If the method solely relies on the
* conformance of the reader to the StAX specification, it
SHOULD
* NOT attempt to unwrap it.
- *
- * @param reader
* @return null or OMElement
*/
public OMElement create(String namespace,