You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/06/02 23:02:21 UTC

svn commit: r1488787 - in /webservices/axiom/trunk/modules: axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/TextNodeImpl.java axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/OMTextImpl.java

Author: veithen
Date: Sun Jun  2 21:02:21 2013
New Revision: 1488787

URL: http://svn.apache.org/r1488787
Log:
Removed useless/irrelevant/redundant Javadoc.

Modified:
    webservices/axiom/trunk/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/TextNodeImpl.java
    webservices/axiom/trunk/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/OMTextImpl.java

Modified: webservices/axiom/trunk/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/TextNodeImpl.java
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/TextNodeImpl.java?rev=1488787&r1=1488786&r2=1488787&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/TextNodeImpl.java (original)
+++ webservices/axiom/trunk/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/TextNodeImpl.java Sun Jun  2 21:02:21 2013
@@ -393,10 +393,6 @@ public abstract class TextNodeImpl exten
         return (this.textValue != null) ? textValue : "";
     }
 
-    /* (non-Javadoc)
-      * @see org.apache.axiom.om.OMNode#buildAll()
-      */
-
     public void buildWithAttachments() {
         this.build();
         if (isOptimized()) {

Modified: webservices/axiom/trunk/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/OMTextImpl.java
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/OMTextImpl.java?rev=1488787&r1=1488786&r2=1488787&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/OMTextImpl.java (original)
+++ webservices/axiom/trunk/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/OMTextImpl.java Sun Jun  2 21:02:21 2013
@@ -257,15 +257,10 @@ public class OMTextImpl extends OMLeafNo
         return charArray != null ? new String(charArray) : value;
     }
 
-
-    /** Returns the value. */
     public QName getTextAsQName() throws OMException {
         return ((OMElement)parent).resolveQName(getTextFromProperPlace());
     }
 
-    /* (non-Javadoc)
-      * @see org.apache.axiom.om.OMText#getNamespace()
-      */
     public OMNamespace getNamespace() {
         // If the namespace has already been determined, return it
         // Otherwise calculate the namespace if the text contains a colon and is not detached.
@@ -315,12 +310,6 @@ public class OMTextImpl extends OMLeafNo
         return isBinary;
     }
 
-
-    /**
-     * Gets the datahandler.
-     *
-     * @return Returns javax.activation.DataHandler
-     */
     public Object getDataHandler() {
         if ((value != null || charArray != null) && isBinary) {
             String text = getTextFromProperPlace();
@@ -359,9 +348,6 @@ public class OMTextImpl extends OMLeafNo
         }
     }
 
-    /* (non-Javadoc)
-      * @see org.apache.axiom.om.OMNode#buildAll()
-      */
     public void buildWithAttachments() {
         if (isOptimized()) {
             // The call to getDataSource ensures that the MIME part is completely read