mbenson 2005/01/24 14:08:32
Modified: src/main/org/apache/tools/ant/util SourceFileScanner.java
Log:
Javadoc
Revision Changes Path
1.30 +6 -5
ant/src/main/org/apache/tools/ant/util/SourceFileScanner.java
Index: SourceFileScanner.java
===================================================================
RCS file:
/home/cvs/ant/src/main/org/apache/tools/ant/util/SourceFileScanner.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- SourceFileScanner.java 24 Jan 2005 14:12:40 -0000 1.29
+++ SourceFileScanner.java 24 Jan 2005 22:08:32 -0000 1.30
@@ -40,7 +40,8 @@
private File destDir; // base directory of the fileset
/**
- * @param task The task we should log messages through
+ * Construct a new SourceFileScanner.
+ * @param task The task we should log messages through.
*/
public SourceFileScanner(Task task) {
this.task = task;
@@ -70,7 +71,7 @@
*
* @param files the original set of files.
* @param srcDir all files are relative to this directory.
- * @param destDir target files live here. if null file names
+ * @param destDir target files live here. If null file names
* returned by the mapper are assumed to be absolute.
* @param mapper knows how to construct a target file names from
* source file names.
@@ -111,7 +112,7 @@
* absolute).
* @param files the original set of files.
* @param srcDir all files are relative to this directory.
- * @param destDir target files live here. if null file names
+ * @param destDir target files live here. If null file names
* returned by the mapper are assumed to be absolute.
* @param mapper knows how to construct a target file names from
* source file names.
@@ -124,13 +125,13 @@
}
/**
- * Convinience layer on top of restrict that returns the source
+ * Convenience layer on top of restrict that returns the source
* files as File objects (containing absolute paths if srcDir is
* absolute).
*
* @param files the original set of files.
* @param srcDir all files are relative to this directory.
- * @param destDir target files live here. if null file names
+ * @param destDir target files live here. If null file names
* returned by the mapper are assumed to be absolute.
* @param mapper knows how to construct a target file names from
* source file names.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]