You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2010/06/13 14:31:09 UTC

svn commit: r954211 - in /webservices/commons/trunk/modules/axiom: ./ modules/axiom-api/src/main/java/org/apache/axiom/attachments/ modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/ modules/axiom-api/src/main/java/org/apache/axiom/atta...

Author: veithen
Date: Sun Jun 13 12:31:07 2010
New Revision: 954211

URL: http://svn.apache.org/viewvc?rev=954211&view=rev
Log:
Applying (quick) fixes for Javadoc warnings.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/AttachmentCacheMonitor.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Attachments.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/MultipartAttachmentStreams.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Part.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/BufferUtils.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnFile.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnMemory.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnMemoryEnhanced.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/LifecycleManager.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/impl/LifecycleEventHandler.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/utils/ByteSearch.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMAttachmentAccessor.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMDataSourceExt.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMFactory.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMOutputFormat.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/ds/CharArrayDataSource.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/ds/InputStreamDataSource.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/MIMEOutputUtils.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/CustomBuilder.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/StAXBuilder.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/StAXOMBuilder.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/CommonUtils.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/ElementHelper.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/TextHelper.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAP11Version.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAP12Version.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAPFaultClassifier.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAPVersion.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/impl/builder/StAXSOAPModelBuilder.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/package.html
    webservices/commons/trunk/modules/axiom/modules/axiom-c14n/src/main/java/org/apache/axiom/c14n/utils/UnsyncByteArrayOutputStream.java
    webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NodeImpl.java
    webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/factory/OMDOMFactory.java
    webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/soap/impl/dom/factory/DOMSOAPFactory.java
    webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMLinkedListImplFactory.java
    webservices/commons/trunk/modules/axiom/pom.xml

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/AttachmentCacheMonitor.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/AttachmentCacheMonitor.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/AttachmentCacheMonitor.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/AttachmentCacheMonitor.java Sun Jun 13 12:31:07 2010
@@ -68,7 +68,7 @@ public final class AttachmentCacheMonito
 
     /**
      * Get or Create an AttachmentCacheMonitor singleton
-     * @return
+     * @return TODO
      */
     public static synchronized AttachmentCacheMonitor getAttachmentCacheMonitor() {
         if (_singleton == null) {

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Attachments.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Attachments.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Attachments.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Attachments.java Sun Jun 13 12:31:07 2010
@@ -566,7 +566,6 @@ public class Attachments implements OMAt
      * (Length of the entire message - Length of the Transport Headers)
      * @return length of message content or -1 if Attachments is not
      * backed by an InputStream
-     * @see getMessageLength
      */
     public long getContentLength() throws IOException {
         if (contentLength > 0) {

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/MultipartAttachmentStreams.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/MultipartAttachmentStreams.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/MultipartAttachmentStreams.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/MultipartAttachmentStreams.java Sun Jun 13 12:31:07 2010
@@ -46,7 +46,6 @@ public final class MultipartAttachmentSt
         this._delimitedStream = delimitedStream;
     }
 
-    /** @see org.apache.axis.attachments.IncomingAttachmentStreams#getNextStream() */
     public IncomingAttachmentInputStream getNextStream() throws OMException {
         IncomingAttachmentInputStream stream;
 

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Part.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Part.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Part.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Part.java Sun Jun 13 12:31:07 2010
@@ -65,7 +65,7 @@ public interface Part {
      * The part may be backed by a file.  If that is the case,
      * this method returns the file name.
      * 
-     * @return 
+     * @return the name of the file
      * @throws MessagingException
      * @deprecated The callers should not no how the part 
      * is implemented.

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/BufferUtils.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/BufferUtils.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/BufferUtils.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/BufferUtils.java Sun Jun 13 12:31:07 2010
@@ -207,7 +207,7 @@ public class BufferUtils {
      * @param is
      * @param baaos
      * @param limit
-     * @return
+     * @return TODO
      */
     public static long inputStream2BAAOutputStream(InputStream is, 
                                                BAAOutputStream baaos,
@@ -263,11 +263,10 @@ public class BufferUtils {
      * if the Content represented by DataHandler has size less than the 
      * optimize threshold size, the attachment will not be eligible for 
      * optimization, instead it will be inlined.
-     * returns 1 if DataHandler data is bigger than limit.
-     * returns 0 if DataHandler data is smaller.
-     * return -1 if an error occurs or unsupported.
-     * @param in
-     * @return
+     * @param dh
+     * @param limit
+     * @return 1 if DataHandler data is bigger than limit, 0 if DataHandler data is smaller or
+     * -1 if an error occurs or unsupported.
      * @throws IOException
      */
     public static int doesDataHandlerExceedLimit(DataHandler dh, int limit){

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnFile.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnFile.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnFile.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnFile.java Sun Jun 13 12:31:07 2010
@@ -35,7 +35,7 @@ import java.util.Hashtable;
  * the in-memory footprint.
  * 
  * The PartOnFile object is created by the PartFactory
- * @see org.apache.axiom.attachments.impl.PartFactory.
+ * @see PartFactory
  */
 public class PartOnFile extends AbstractPart {
 

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnMemory.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnMemory.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnMemory.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnMemory.java Sun Jun 13 12:31:07 2010
@@ -40,7 +40,7 @@ import java.util.Hashtable;
  * performance.
  * 
  * The PartOnMemory object is created by the PartFactory
- * @see org.apache.axiom.attachments.impl.PartFactory.
+ * @see PartFactory
  */
 public class PartOnMemory extends AbstractPart {
 

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnMemoryEnhanced.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnMemoryEnhanced.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnMemoryEnhanced.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartOnMemoryEnhanced.java Sun Jun 13 12:31:07 2010
@@ -41,7 +41,7 @@ import java.util.Hashtable;
  * performance.
  * 
  * The PartOnMemoryEnhanced object is created by the PartFactory
- * @see org.apache.axiom.attachments.impl.PartFactory.
+ * @see PartFactory
  */
 public class PartOnMemoryEnhanced extends AbstractPart {
 

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/LifecycleManager.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/LifecycleManager.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/LifecycleManager.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/LifecycleManager.java Sun Jun 13 12:31:07 2010
@@ -39,21 +39,21 @@ public interface LifecycleManager {
     /**
      * Create a unique file in the designated directory
      * @param attachmentDir
-     * @return
+     * @return TODO
      * @throws IOException
      */    
     public FileAccessor create(String attachmentDir) throws IOException;
     
     /** 
      * Deletes attachment file
-     * @param File
+     * @param file
      * @throws IOException
      */
     public void delete(File file) throws IOException;
     
     /**
      * Mark the file for deletion on application/VM exit 
-     * @param File
+     * @param file
      * @throws IOException
      */
     public void deleteOnExit(File file) throws IOException;
@@ -62,7 +62,7 @@ public interface LifecycleManager {
      * Mark attachment file for deletion when designated time interval in seconds 
      * has elapsed.
      * @param interval
-     * @param File
+     * @param file
      * @throws IOException
      */
     public void deleteOnTimeInterval(int interval, File file) throws IOException;
@@ -70,7 +70,7 @@ public interface LifecycleManager {
     /**
      * This method will return the file accessor associated with this file.
      * @param file
-     * @return
+     * @return TODO
      * @throws IOException
      */
     public FileAccessor getFileAccessor(String file) throws IOException;

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/impl/LifecycleEventHandler.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/impl/LifecycleEventHandler.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/impl/LifecycleEventHandler.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/impl/LifecycleEventHandler.java Sun Jun 13 12:31:07 2010
@@ -37,7 +37,7 @@ public interface LifecycleEventHandler {
      * When a Event occurs in FileAccessor, execute the LifecycleManager Operation
      * For example, if the delete behaviour is readOnce and if the inputstream on attachment is read 
      * and closed the first time, the delete operation in LifecycleManager should be executed. 
-     * @param eventName
+     * @param eventId
      */
     public void handleEvent(int eventId) throws IOException;
 }

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/utils/ByteSearch.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/utils/ByteSearch.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/utils/ByteSearch.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/utils/ByteSearch.java Sun Jun 13 12:31:07 2010
@@ -44,7 +44,7 @@ public class ByteSearch {
      * @param buffer byte[] to search
      * @param start index to start search
      * @param end index to end search (end index is not within the search)
-     * @param skipArray short[256]  A skipArray generated from a call to 
+     * @param skip short[256]  A skipArray generated from a call to 
      * generateSkipArray. 
      * @return index or -1 if not found
      */

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMAttachmentAccessor.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMAttachmentAccessor.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMAttachmentAccessor.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMAttachmentAccessor.java Sun Jun 13 12:31:07 2010
@@ -27,7 +27,7 @@ import javax.activation.DataHandler;
 public interface OMAttachmentAccessor {
 
     /**
-     * @param blobContentID (without the surrounding angle brackets and "cid:" prefix)
+     * @param blobcid (without the surrounding angle brackets and "cid:" prefix)
      * @return The DataHandler of the mime part referred by the Content-Id or *null* if the mime
      *         part referred by the content-id does not exist
      */

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMDataSourceExt.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMDataSourceExt.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMDataSourceExt.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMDataSourceExt.java Sun Jun 13 12:31:07 2010
@@ -40,7 +40,7 @@ import java.io.Writer;
  * original OMDataSource.
  * 
  * @see OMDataSource
- * @see OMSourceElementImpl
+ * @see OMSourcedElement
  */
 public interface OMDataSourceExt extends OMDataSource {
     
@@ -130,7 +130,7 @@ public interface OMDataSourceExt extends
      * Returns a byte[] representing the xml data
      * @param encoding String encoding of InputStream
      * @return byte[]
-     * @see getXMLInputStream
+     * @see #getXMLInputStream(String)
      */
     public byte[] getXMLBytes(String encoding) throws UnsupportedEncodingException;
     
@@ -148,7 +148,7 @@ public interface OMDataSourceExt extends
     /**
      * Returns true if property is set
      * @param key
-     * @return
+     * @return TODO
      */
     public boolean hasProperty(String key);
     

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMFactory.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMFactory.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMFactory.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMFactory.java Sun Jun 13 12:31:07 2010
@@ -130,6 +130,9 @@ public interface OMFactory {
     OMNamespace createOMNamespace(String uri, String prefix);
 
     /**
+     * Creates a new {@link OMText} node with the given value and appends it to the given parent
+     * element.
+     * 
      * @param parent
      * @param text
      * @return Returns OMText.
@@ -140,7 +143,7 @@ public interface OMFactory {
      * Create OMText node that is a copy of the source text node
      * @param parent
      * @param source
-     * @return
+     * @return TODO
      */
     public OMText createOMText(OMContainer parent, OMText source);
     
@@ -195,11 +198,11 @@ public interface OMFactory {
      * @param contentID
      *            the content ID identifying the binary content; may be <code>null</code>
      * @param dataHandlerProvider
-     *            used to load the {@link DataHandler} when requested from the returned
+     *            used to load the {@link javax.activation.DataHandler} when requested from the returned
      *            {@link OMText} node
      * @param optimize
      *            determines whether the binary content should be optimized
-     * @return
+     * @return TODO
      */
     OMText createOMText(String contentID, DataHandlerProvider dataHandlerProvider,
             boolean optimize);

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMOutputFormat.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMOutputFormat.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMOutputFormat.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMOutputFormat.java Sun Jun 13 12:31:07 2010
@@ -258,7 +258,7 @@ public class OMOutputFormat {
      *      start-info="[MESSAGE CONTENT TYPE]";
      * 
      * @param SOAPContentType
-     * @return
+     * @return TODO
      */
     public String getContentTypeForMTOM(String SOAPContentType) {
         // If an action was set, we need to include it within the value 

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/ds/CharArrayDataSource.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/ds/CharArrayDataSource.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/ds/CharArrayDataSource.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/ds/CharArrayDataSource.java Sun Jun 13 12:31:07 2010
@@ -42,8 +42,7 @@ public class CharArrayDataSource extends
    
     /**
      * Constructor
-     * @param bytes 
-     * @param encoding
+     * @param chars
      */
     public CharArrayDataSource(char[] chars) {
         this.chars = chars;

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/ds/InputStreamDataSource.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/ds/InputStreamDataSource.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/ds/InputStreamDataSource.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/ds/InputStreamDataSource.java Sun Jun 13 12:31:07 2010
@@ -54,7 +54,7 @@ public class InputStreamDataSource exten
     
     /**
      * Constructor
-     * @param bytes 
+     * @param is 
      * @param encoding
      */
     public InputStreamDataSource(InputStream is, String encoding) {

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/MIMEOutputUtils.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/MIMEOutputUtils.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/MIMEOutputUtils.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/MIMEOutputUtils.java Sun Jun 13 12:31:07 2010
@@ -45,7 +45,7 @@ import org.apache.commons.logging.LogFac
 
 /**
  * Utility class used to write out XML with Attachments
- * @See MTOMXMLStreamWriter
+ * @see MTOMXMLStreamWriter
  *
  */
 public class MIMEOutputUtils {

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=954211&r1=954210&r2=954211&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 Sun Jun 13 12:31:07 2010
@@ -34,7 +34,8 @@ import javax.xml.stream.XMLStreamReader;
  * When the QName or payload is encountered, the CustomBuilder will build the OMElement
  * or OMSourcedElement for the StAXBuilder.  
  *
- * @See StAXBuilder.registerCustomBuilder()
+ * @see org.apache.axiom.om.impl.builder.StAXBuilder#registerCustomBuilder(javax.xml.namespace.QName, int, CustomBuilder)
+ * @see org.apache.axiom.om.impl.builder.StAXBuilder#registerCustomBuilderForPayload(CustomBuilder)
  */
 public interface CustomBuilder {
     /**

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/StAXBuilder.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/StAXBuilder.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/StAXBuilder.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/StAXBuilder.java Sun Jun 13 12:31:07 2010
@@ -690,7 +690,7 @@ public abstract class StAXBuilder implem
      * without accessing the XMLStreamReader. https://issues.apache.org/jira/browse/WSCOMMONS-155
      *
      * @param name
-     * @return
+     * @return TODO
      */
     public Object getReaderProperty(String name) throws IllegalArgumentException {
         if (!isClosed()) {

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/StAXOMBuilder.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/StAXOMBuilder.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/StAXOMBuilder.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/StAXOMBuilder.java Sun Jun 13 12:31:07 2010
@@ -297,7 +297,7 @@ public class StAXOMBuilder extends StAXB
     /**
      * Creates a new OMElement using either a CustomBuilder or 
      * the default Builder mechanism.
-     * @return
+     * @return TODO
      */
     protected OMNode createNextOMElement() {
         OMNode newElement = null;

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/CommonUtils.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/CommonUtils.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/CommonUtils.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/CommonUtils.java Sun Jun 13 12:31:07 2010
@@ -84,7 +84,7 @@ public class CommonUtils {
      * Get a string containing the stack of the specified exception
      *
      * @param e
-     * @return
+     * @return TODO
      */
     public static String stackToString(Throwable e) {
         java.io.StringWriter sw = new java.io.StringWriter();
@@ -117,7 +117,7 @@ public class CommonUtils {
      * Also calculates the length of the message.
      * @param om OMElement
      * @param log Log
-     * @param int limit of message to write
+     * @param limit limit of message to write
      * @return length of entire message
      */
     public static long logDebug(OMElement om, Log log, int limit) {
@@ -132,7 +132,7 @@ public class CommonUtils {
      * Also calculates the length of the message.
      * @param om OMElement
      * @param log Log
-     * @param int limit of message to write
+     * @param limit limit of message to write
      * @param format OMOutputFormat
      * @return length of entire message
      */

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/ElementHelper.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/ElementHelper.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/ElementHelper.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/ElementHelper.java Sun Jun 13 12:31:07 2010
@@ -124,9 +124,6 @@ public class ElementHelper {
 
     /**
      * @deprecated please use OMElement.getFirstChildWithName(qname) instead!
-     * @param parent
-     * @param childName
-     * @return
      */
     public static OMElement getChildWithName(OMElement parent,
                                              String childName) {
@@ -197,7 +194,7 @@ public class ElementHelper {
      * 
      * @param omElement
      * @param factory
-     * @return
+     * @return TODO
      * @throws Exception
      */
     public static SOAPHeaderBlock toSOAPHeaderBlock(OMElement omElement, SOAPFactory factory) throws Exception {

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/TextHelper.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/TextHelper.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/TextHelper.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/TextHelper.java Sun Jun 13 12:31:07 2010
@@ -91,7 +91,7 @@ public class TextHelper {
     
     /**
      * Append data in the omText to the specified buffer
-     * @param inStream InputStream
+     * @param omText the text node to get the character data from
      * @param buffer Buffer
      * @throws IOException
      */
@@ -118,7 +118,9 @@ public class TextHelper {
      * Create an OMText node from a byte array containing binary data
      * If the byte array is large and the optimize flag is set, then 
      * the data is stored in a temp file to reduce in-core memory
-     * @param is
+     * @param b
+     * @param off
+     * @param length
      * @param factory
      * @param isOptimize
      */
@@ -133,9 +135,12 @@ public class TextHelper {
      * Create an OMText node from a byte array containing binary data
      * If the byte array is large and the optimize flag is set, then 
      * the data is stored in a temp file to reduce in-core memory
-     * @param is
+     * @param b
+     * @param off
+     * @param length
      * @param factory
      * @param isOptimize
+     * @param attachmentDir
      */
     public static OMText toOMText(byte[] b, int off, int length, 
                                       OMFactory factory, 

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAP11Version.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAP11Version.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAP11Version.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAP11Version.java Sun Jun 13 12:31:07 2010
@@ -31,81 +31,46 @@ public class SOAP11Version implements SO
     private SOAP11Version() {
     }
 
-    /** Obtain the envelope namespace for this version of SOAP */
     public String getEnvelopeURI() {
         return SOAP_ENVELOPE_NAMESPACE_URI;
     }
 
-    /** Obtain the encoding namespace for this version of SOAP */
     public String getEncodingURI() {
         return SOAP_ENCODING_NAMESPACE_URI;
     }
 
-    /** Obtain the QName for the role attribute (actor/role) */
     public QName getRoleAttributeQName() {
         return QNAME_ACTOR;
     }
 
-    /** Obtain the "next" role/actor URI */
     public String getNextRoleURI() {
         return SOAP_ACTOR_NEXT;
     }
 
-    /** Obtain the QName for the MustUnderstand fault code */
     public QName getMustUnderstandFaultCode() {
         return QNAME_MU_FAULTCODE;
     }
 
-    /**
-     * Obtain the QName for the Sender fault code
-     *
-     * @return Sender fault code as a QName
-     */
     public QName getSenderFaultCode() {
         return QNAME_SENDER_FAULTCODE;
     }
 
-    /**
-     * Obtain the QName for the Receiver fault code
-     *
-     * @return Receiver fault code as a QName
-     */
     public QName getReceiverFaultCode() {
         return QNAME_RECEIVER_FAULTCODE;
     }
 
-    /**
-     * Obtain the QName for the fault reason element
-     *
-     * @return
-     */
     public QName getFaultReasonQName() {
         return QNAME_FAULT_REASON;
     }
 
-    /**
-     * Obtain the QName for the fault code element
-     *
-     * @return
-     */
     public QName getFaultCodeQName() {
         return QNAME_FAULT_CODE;
     }
 
-    /**
-     * Obtain the QName for the fault detail element
-     *
-     * @return
-     */
     public QName getFaultDetailQName() {
         return QNAME_FAULT_DETAIL;
     }
 
-    /**
-     * Obtain the QName for the fault role/actor element
-     *
-     * @return
-     */
     public QName getFaultRoleQName() {
         return QNAME_FAULT_ROLE;
     }

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAP12Version.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAP12Version.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAP12Version.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAP12Version.java Sun Jun 13 12:31:07 2010
@@ -31,81 +31,46 @@ public class SOAP12Version implements SO
     private SOAP12Version() {
     }
 
-    /** Obtain the envelope namespace for this version of SOAP */
     public String getEnvelopeURI() {
         return SOAP_ENVELOPE_NAMESPACE_URI;
     }
 
-    /** Obtain the encoding namespace for this version of SOAP */
     public String getEncodingURI() {
         return SOAP_ENCODING_NAMESPACE_URI;
     }
 
-    /** Obtain the QName for the role attribute (actor/role) */
     public QName getRoleAttributeQName() {
         return QNAME_ROLE;
     }
 
-    /** Obtain the "next" role/actor URI */
     public String getNextRoleURI() {
         return SOAP_ROLE_NEXT;
     }
 
-    /** Obtain the QName for the MustUnderstand fault code */
     public QName getMustUnderstandFaultCode() {
         return QNAME_MU_FAULTCODE;
     }
 
-    /**
-     * Obtain the QName for the Sender fault code
-     *
-     * @return Sender fault code as a QName
-     */
     public QName getSenderFaultCode() {
         return QNAME_SENDER_FAULTCODE;
     }
 
-    /**
-     * Obtain the QName for the Receiver fault code
-     *
-     * @return Receiver fault code as a QName
-     */
     public QName getReceiverFaultCode() {
         return QNAME_RECEIVER_FAULTCODE;
     }
 
-    /**
-     * Obtain the QName for the fault reason element
-     *
-     * @return
-     */
     public QName getFaultReasonQName() {
         return QNAME_FAULT_REASON;
     }
 
-    /**
-     * Obtain the QName for the fault code element
-     *
-     * @return
-     */
     public QName getFaultCodeQName() {
         return QNAME_FAULT_CODE;
     }
 
-    /**
-     * Obtain the QName for the fault detail element
-     *
-     * @return
-     */
     public QName getFaultDetailQName() {
         return QNAME_FAULT_DETAIL;
     }
 
-    /**
-     * Obtain the QName for the fault role/actor element
-     *
-     * @return
-     */
     public QName getFaultRoleQName() {
         return QNAME_FAULT_ROLE;
     }

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAPFaultClassifier.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAPFaultClassifier.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAPFaultClassifier.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAPFaultClassifier.java Sun Jun 13 12:31:07 2010
@@ -31,7 +31,7 @@ public interface SOAPFaultClassifier ext
     /**
      * Fault SubCode contain only one mandatory Value child. This value child contains a QName
      *
-     * @param soapFaultSubCodeValue
+     * @param value
      */
     void setValue(SOAPFaultValue value) throws SOAPProcessingException;
 
@@ -43,7 +43,7 @@ public interface SOAPFaultClassifier ext
      *
      * @param subCode
      */
-    void setSubCode(SOAPFaultSubCode value) throws SOAPProcessingException;
+    void setSubCode(SOAPFaultSubCode subCode) throws SOAPProcessingException;
 
     /** @return Returns SOAPFaultSubCode. */
     SOAPFaultSubCode getSubCode();

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAPVersion.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAPVersion.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAPVersion.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAPVersion.java Sun Jun 13 12:31:07 2010
@@ -58,32 +58,37 @@ public interface SOAPVersion {
     QName getSenderFaultCode();
 
     /**
-     * Obtain the QName for the Receiver fault code
+     * Obtain the QName for the Receiver fault code.
+     * 
      * @return Receiver fault code as a QName
      */
     QName getReceiverFaultCode();
 
     /**
-     * Obtain the QName for the fault reason element
-     * @return
+     * Obtain the QName for the fault reason element.
+     * 
+     * @return the QName for the fault reason element
      */
     QName getFaultReasonQName();
 
     /**
-     * Obtain the QName for the fault code element
-     * @return
+     * Obtain the QName for the fault code element.
+     * 
+     * @return the QName for the fault code element
      */
     QName getFaultCodeQName();
 
     /**
-     * Obtain the QName for the fault detail element
-     * @return
+     * Obtain the QName for the fault detail element.
+     * 
+     * @return the QName for the fault detail element
      */
     QName getFaultDetailQName();
 
     /**
-     * Obtain the QName for the fault role/actor element
-     * @return
+     * Obtain the QName for the fault role/actor element.
+     * 
+     * @return the QName for the fault role/actor element
      */
     QName getFaultRoleQName();
 }

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/impl/builder/StAXSOAPModelBuilder.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/impl/builder/StAXSOAPModelBuilder.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/impl/builder/StAXSOAPModelBuilder.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/impl/builder/StAXSOAPModelBuilder.java Sun Jun 13 12:31:07 2010
@@ -48,7 +48,7 @@ import javax.xml.stream.XMLStreamReader;
 /**
  * StAX based builder that produces a SOAP infoset model.
  * It builds SOAP specific objects such as {@link SOAPEnvelope}, {@link SOAPHeader},
- * {@link SOAPHeaderBlock} and {@link SOAPBody}.
+ * {@link org.apache.axiom.soap.SOAPHeaderBlock} and {@link SOAPBody}.
  * <p>
  * This builder offers two different ways to handle SOAP versions:
  * <ul>
@@ -206,11 +206,6 @@ public class StAXSOAPModelBuilder extend
         return envelope;
     }
 
-    /**
-     * Creates a new OMElement using either a CustomBuilder or 
-     * the default Builder mechanism.
-     * @return
-     */
     protected OMNode createNextOMElement() {
         OMNode newElement = null;
         

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/package.html
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/package.html?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/package.html (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/package.html Sun Jun 13 12:31:07 2010
@@ -20,6 +20,6 @@
 <body>
 Contains utility classes not depending on the Axiom API. This package and all its
 subpackages are meant to contain utility classes that have no dependencies on the
-rest of the Axiom API, except for {@link org.apache.axiom.ext}. 
+rest of the Axiom API, except for <code>org.apache.axiom.ext</code>. 
 </body>
 </html>
\ No newline at end of file

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-c14n/src/main/java/org/apache/axiom/c14n/utils/UnsyncByteArrayOutputStream.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-c14n/src/main/java/org/apache/axiom/c14n/utils/UnsyncByteArrayOutputStream.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-c14n/src/main/java/org/apache/axiom/c14n/utils/UnsyncByteArrayOutputStream.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-c14n/src/main/java/org/apache/axiom/c14n/utils/UnsyncByteArrayOutputStream.java Sun Jun 13 12:31:07 2010
@@ -35,9 +35,6 @@ public class UnsyncByteArrayOutputStream
     int size = 8 * 1024;//buf.length;
     int pos = 0;
 
-    /**
-     * @inheritDoc
-     */
     public UnsyncByteArrayOutputStream() {
         buf = (byte[]) bufCahce.get();
     }

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NodeImpl.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NodeImpl.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NodeImpl.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NodeImpl.java Sun Jun 13 12:31:07 2010
@@ -594,7 +594,7 @@ public abstract class NodeImpl implement
      * specification may take into account more attributes and implementations conform to this
      * specification are expected to be updated accordingly.
      *
-     * @param arg The node to compare equality with.
+     * @param node The node to compare equality with.
      * @return Returns <code>true</code> if the nodes are equal, <code>false</code> otherwise.
      * @since DOM Level 3
      */

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/factory/OMDOMFactory.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/factory/OMDOMFactory.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/factory/OMDOMFactory.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/factory/OMDOMFactory.java Sun Jun 13 12:31:07 2010
@@ -243,12 +243,6 @@ public class OMDOMFactory implements OMF
         return new NamespaceImpl(uri, prefix);
     }
 
-    /**
-     * Creates a new OMDOM Text node with the given value and appends it to the given parent
-     * element.
-     *
-     * @see org.apache.axiom.om.OMFactory#createOMText( org.apache.axiom.om.OMElement,String)
-     */
     public OMText createOMText(OMContainer parent, String text) {
         return createOMText(parent, text, OMNode.TEXT_NODE);
     }
@@ -278,12 +272,6 @@ public class OMDOMFactory implements OMF
     }
     
     
-    /**
-     * Create OMText node that is a copy of the source text node
-     * @param parent
-     * @param source
-     * @return
-     */
     public OMText createOMText(OMContainer parent, OMText source) {
         return new TextImpl(parent, (TextImpl) source, this);
     }

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/soap/impl/dom/factory/DOMSOAPFactory.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/soap/impl/dom/factory/DOMSOAPFactory.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/soap/impl/dom/factory/DOMSOAPFactory.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/soap/impl/dom/factory/DOMSOAPFactory.java Sun Jun 13 12:31:07 2010
@@ -248,7 +248,6 @@ public class DOMSOAPFactory extends OMDO
         throw new UnsupportedOperationException("TODO");
     }
 
-    /** @see SOAP11Factory,SOAP12Factory */
     public SOAPFault createSOAPFault() throws SOAPProcessingException {
         return null;
     }

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMLinkedListImplFactory.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMLinkedListImplFactory.java?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMLinkedListImplFactory.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMLinkedListImplFactory.java Sun Jun 13 12:31:07 2010
@@ -269,12 +269,6 @@ public class OMLinkedListImplFactory imp
         return new OMTextImpl(contentID, parent, builder, this);
     }
     
-    /**
-     * Create OMText node that is a copy of the source text node
-     * @param parent
-     * @param source
-     * @return
-     */
     public OMText createOMText(OMContainer parent, OMText source) {
         return new OMTextImpl(parent, (OMTextImpl) source, this);
     }

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=954211&r1=954210&r2=954211&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sun Jun 13 12:31:07 2010
@@ -361,6 +361,24 @@
                         <link>http://jaxen.codehaus.org/apidocs/</link>
                     </links>
                     <excludePackageNames>org.apache.axiom.test:org.apache.axiom.testutils:org.jaxen.test</excludePackageNames>
+                    <tags>
+                        <tag>
+                            <name>scr.component</name>
+                            <placement>X</placement>
+                        </tag>
+                        <tag>
+                            <name>scr.reference</name>
+                            <placement>X</placement>
+                        </tag>
+                        <tag>
+                            <name>scr.service</name>
+                            <placement>X</placement>
+                        </tag>
+                        <tag>
+                            <name>scr.property</name>
+                            <placement>X</placement>
+                        </tag>
+                    </tags>                    
                 </configuration>
             </plugin>
             <plugin>