I swear I usually don't make mistakes like this :-)

This commit is contained in:
Lars Kühne 2005-04-04 04:17:24 +00:00
parent 4d61249805
commit 2dec3ca7ae
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ public class CheckStyleTask
log("Running Checkstyle " + version
+ " on " + files.length + " files", Project.MSG_INFO);
log("Using configuration" + mConfigLocation, Project.MSG_VERBOSE);
log("Using configuration " + mConfigLocation, Project.MSG_VERBOSE);
final int numErrs = c.process(files);
final int numWarnings = warningCounter.getCount();