bodewig 2003/09/08 04:44:58
Modified: src/main/org/apache/tools/ant/taskdefs ManifestTask.java
Log:
Typos found by Larry Shatzer
Revision Changes Path
1.12 +2 -2
ant/src/main/org/apache/tools/ant/taskdefs/ManifestTask.java
Index: ManifestTask.java
===================================================================
RCS file:
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/ManifestTask.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ManifestTask.java 19 Jul 2003 11:20:12 -0000 1.11
+++ ManifestTask.java 8 Sep 2003 11:44:58 -0000 1.12
@@ -128,7 +128,7 @@
*
* @param section the manifest section to be added
*
- * @exception ManifestException if the secti0on is not valid.
+ * @exception ManifestException if the section is not valid.
*/
public void addConfiguredSection(Manifest.Section section)
throws ManifestException {
@@ -158,7 +158,7 @@
/**
* The encoding to use for reading in an existing manifest file
- * @param encoding the maniofets file encoding.
+ * @param encoding the manifest file encoding.
*/
public void setEncoding(String encoding) {
this.encoding = encoding;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]