[EMAIL PROTECTED] wrote:
inheritDoc

URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/optional/depend/DependScanner.java?view=diff&rev=475078&r1=475077&r2=475078
==============================================================================
-    /**
-     * @see DirectoryScanner#getIncludedFilesCount
-     */
+    /** [EMAIL PROTECTED] */
     public synchronized int getIncludedFilesCount() {

Note that you can simply delete the Javadoc comment altogether:

/** [EMAIL PROTECTED] */

is equivalent to no comment at all, and is appropriate when an override of a method adds no notable semantics beyond what is already specified in the superclass' Javadoc. Also you probably did not want the trailing '.' in there.

     /**
      * @see DirectoryScanner#getExcludedDirectories
      */
+    /** [EMAIL PROTECTED] */

(and elsewhere)

Did you really mean to leave two comments in place?

-J.

--
[EMAIL PROTECTED]  x22801  netbeans.org  ant.apache.org
      http://google.com/search?q=e%5E%28pi*i%29%2B1


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

Reply via email to