fixes from Manindra (issue #1449)

This commit is contained in:
benfry
2012-12-08 19:35:26 +00:00
parent c3e8641219
commit bb18fc230c
4 changed files with 25 additions and 20 deletions

View File

@@ -233,7 +233,7 @@ public class XQPreprocessor {
public boolean visit(SimpleType node) {
if (node.toString().equals("color")) {
System.err
.println("color type detected! \nThis shouldn't be happening! Please report this as an issue on www.github.com/Manindra29/XQMode");
.println("color type detected! \nThis shouldn't be happening! Please report this as an issue.");
}
return true;