peterreilly 2005/03/14 02:22:42 Modified: src/main/org/apache/tools/ant/taskdefs MatchingTask.java Log: javadoc Revision Changes Path 1.47 +3 -1 ant/src/main/org/apache/tools/ant/taskdefs/MatchingTask.java Index: MatchingTask.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/MatchingTask.java,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- MatchingTask.java 9 Mar 2004 16:48:06 -0000 1.46 +++ MatchingTask.java 14 Mar 2005 10:22:42 -0000 1.47 @@ -180,6 +180,8 @@ /** * Returns the directory scanner needed to access the files to process. + * @param baseDir the base directory to use with the fileset + * @return a directory scanner */ protected DirectoryScanner getDirectoryScanner(File baseDir) { fileset.setDir(baseDir); @@ -430,7 +432,7 @@ /** * Accessor for the implicit fileset. - * + * @return the implicit fileset * @since Ant 1.5.2 */ protected final FileSet getImplicitFileSet() {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]