This commit is contained in:
Manindra Moharana
2015-02-11 17:28:17 -08:00
parent b6767c003c
commit 94cf78123a

View File

@@ -147,7 +147,7 @@ public class ErrorMessageSimplifier {
}
else {
if(args[1].equalsIgnoreCase("Statement")){ // See #3104
result = "Error on \"" + args[0] + "\", statement expected after this.";
result = "Error on \"" + args[0];
}
else {
result = "Error on \"" + args[0] + "\"Consider adding a \"" + args[1] + "\"";