Browse Source

typo; thanks to Jean-Baptiste Nivoit

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@940377 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 15 years ago
parent
commit
da109667b5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Javac.java

+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/Javac.java View File

@@ -807,7 +807,7 @@ public class Javac extends MatchingTask {
} }


/** /**
* The property to set on compliation success.
* The property to set on compilation success.
* This property will not be set if the compilation * This property will not be set if the compilation
* fails, or if there are no files to compile. * fails, or if there are no files to compile.
* @param updatedProperty the property name to use. * @param updatedProperty the property name to use.
@@ -818,7 +818,7 @@ public class Javac extends MatchingTask {
} }


/** /**
* The property to set on compliation failure.
* The property to set on compilation failure.
* This property will be set if the compilation * This property will be set if the compilation
* fails. * fails.
* @param errorProperty the property name to use. * @param errorProperty the property name to use.


Loading…
Cancel
Save