rm extra newline

This commit is contained in:
Terence Parr 2012-11-18 09:18:41 -08:00
parent fb63c9927e
commit 1916ed0626
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public enum ErrorType {
BAD_OPTION_SET_SYNTAX(9, "invalid -Dname=value syntax: <arg>", ErrorSeverity.ERROR),
WARNING_TREATED_AS_ERROR(10, "warning treated as error", ErrorSeverity.ERROR),
INTERNAL_ERROR(20, "internal error: <arg> <arg2><if(exception)>: <exception><endif>\n" +
INTERNAL_ERROR(20, "internal error: <arg> <arg2><if(exception)>: <exception><endif>" +
"<stackTrace; separator=\"\\n\">", ErrorSeverity.ERROR),
TOKENS_FILE_SYNTAX_ERROR(21, ".tokens file syntax error <arg>:<arg2>", ErrorSeverity.ERROR),
// CANNOT_GEN_DOT_FILE("", ErrorSeverity.ERROR),