Browse Source

Missing space between clauses.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@600702 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 17 years ago
parent
commit
3ca7e297fd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Javac.java

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

@@ -984,7 +984,7 @@ public class Javac extends MatchingTask {
if (isJdkCompiler(compilerImpl)) {
compilerImpl = "extJavac";
} else {
log("Since compiler setting isn't classic or modern,"
log("Since compiler setting isn't classic or modern, "
+ "ignoring fork setting.", Project.MSG_WARN);
}
}


Loading…
Cancel
Save