Author: mbenson
Date: Thu Oct  6 11:46:19 2005
New Revision: 306836

URL: http://svn.apache.org/viewcvs?rev=306836&view=rev
Log:
Remove extra asterisks ending javadoc comments

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

Modified: 
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/StreamPumper.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/StreamPumper.java?rev=306836&r1=306835&r2=306836&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/StreamPumper.java 
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/StreamPumper.java Thu 
Oct  6 11:46:19 2005
@@ -115,7 +115,7 @@
     /**
      * Tells whether the end of the stream has been reached.
      * @return true is the stream has been exhausted.
-     **/
+     */
     public boolean isFinished() {
         return finished;
     }
@@ -123,7 +123,7 @@
     /**
      * This method blocks until the stream pumper finishes.
      * @see #isFinished()
-     **/
+     */
     public synchronized void waitFor()
         throws InterruptedException {
         while (!isFinished()) {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to