mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Adjusted error message.
This commit is contained in:
parent
eeb3c6825a
commit
adcb6b9e67
1 changed files with 2 additions and 1 deletions
|
@ -1610,7 +1610,8 @@ public class Scribe {
|
|||
pendingSpace= false;
|
||||
needSpace= true;
|
||||
throw new AbortFormatting(
|
||||
"[" + (line + 1) + "/" + column + "] unexpected token type, expecting:" + expectedTokenType + ", actual:" + currentToken);//$NON-NLS-1$//$NON-NLS-2$//$NON-NLS-3$//$NON-NLS-4$
|
||||
"[" + (line + 1) + "/" + column + "] Unexpected token type, expecting:" + //$NON-NLS-1$//$NON-NLS-2$//$NON-NLS-3$
|
||||
expectedTokenType + ", actual:" + currentToken);//$NON-NLS-1$
|
||||
}
|
||||
print(currentToken.getLength(), considerSpaceIfAny);
|
||||
} finally {
|
||||
|
|
Loading…
Add table
Reference in a new issue