1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 12:25:35 +02:00

use MessageFormat API to format IdentifierHelper messages (bug 225143)

This commit is contained in:
Vivian Kong 2008-04-23 18:29:38 +00:00
parent a178564585
commit eaee63dcf0

View file

@ -24,7 +24,6 @@ public final class Messages extends NLS {
public static String IdentifierHelper_isKeyword;
public static String IdentifierHelper_isValid;
public static String IdentifierHelper_quote;
public static String IdentifierHelper_leadingDigit;
public static String IdentifierHelper_emptyIdentifier;
public static String IdentifierHelper_illegalCharacter;