You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2006/12/28 17:25:49 UTC

svn commit: r490754 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Ant.java

Author: peterreilly
Date: Thu Dec 28 08:25:49 2006
New Revision: 490754

URL: http://svn.apache.org/viewvc?view=rev&rev=490754
Log:
javadoc missing a *

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

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Ant.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Ant.java?view=diff&rev=490754&r1=490753&r2=490754
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Ant.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Ant.java Thu Dec 28 08:25:49 2006
@@ -695,7 +695,7 @@
         propertySets.addElement(ps);
     }
 
-    /*
+    /**
      * Get the (sub)-Project instance currently in use.
      * @return Project
      * @since Ant 1.7



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org