cleaner warning

This commit is contained in:
Eugene Zhuravlev
2012-11-11 16:39:55 +01:00
parent 29b9f20fe6
commit bef4facfb0
@@ -415,7 +415,7 @@ public class IncProjectBuilder {
}
else {
context.processMessage(new CompilerMessage(
BUILD_NAME, BuildMessage.Kind.WARNING, "Output path " + outputRoot.getPath() + " intersects with a source root. Only files that were created by build will be cleaned.")
"", BuildMessage.Kind.WARNING, "Output path " + outputRoot.getPath() + " intersects with a source root. Only files that were created by build will be cleaned.")
);
// clean only those files we are aware of
for (BuildTarget<?> target : entry.getValue()) {