Author: jhm
Date: Mon Nov 10 06:24:10 2008
New Revision: 712663

URL: http://svn.apache.org/viewvc?rev=712663&view=rev
Log:
whitespaces

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/UnknownElement.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/UnknownElement.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/UnknownElement.java?rev=712663&r1=712662&r2=712663&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/UnknownElement.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/UnknownElement.java Mon Nov 10 
06:24:10 2008
@@ -70,7 +70,7 @@
      * @param elementName The name of the unknown element.
      *                    Must not be <code>null</code>.
      */
-    public UnknownElement (String elementName) {
+    public UnknownElement(String elementName) {
         this.elementName = elementName;
     }
 
@@ -92,7 +92,8 @@
         return elementName;
     }
 
-    /** Return the namespace of the XML element associated with this component.
+    /**
+     * Return the namespace of the XML element associated with this component.
      *
      * @return Namespace URI used in the xmlns declaration.
      */
@@ -117,7 +118,8 @@
         this.namespace = namespace == null ? "" : namespace;
     }
 
-    /** Return the qname of the XML element associated with this component.
+    /**
+     * Return the qname of the XML element associated with this component.
      *
      * @return namespace Qname used in the element declaration.
      */
@@ -125,7 +127,8 @@
         return qname;
     }
 
-    /** Set the namespace qname of the XML element.
+    /**
+     * Set the namespace qname of the XML element.
      * This method is typically called by the XML processor.
      *
      * @param qname the qualified name of the element
@@ -232,6 +235,7 @@
         }
 
     }
+
     /**
      * Handles output sent to System.out by this task or its real task.
      *
@@ -258,7 +262,6 @@
         }
     }
 
-
     /**
      * Handles error output sent to System.err by this task or its real task.
      *


Reply via email to