1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

fix problem with Keywords.cpSEMI

This commit is contained in:
Andrew Niefer 2004-07-27 17:35:01 +00:00
parent d3dedc7ac9
commit f9b6ff9584

View file

@ -176,7 +176,7 @@ public class Keywords {
public static final char[] cpCOLONCOLON = "::".toCharArray(); //$NON-NLS-1$
public static final char[] cpCOLON = ":".toCharArray(); //$NON-NLS-1$
public static final char[] cpSEMI = ".toCharArray();".toCharArray(); //$NON-NLS-1$
public static final char[] cpSEMI = ";".toCharArray(); //$NON-NLS-1$
public static final char[] cpCOMMA = ",".toCharArray(); //$NON-NLS-1$
public static final char[] cpQUESTION = "?".toCharArray(); //$NON-NLS-1$
public static final char[] cpLPAREN = "(".toCharArray(); //$NON-NLS-1$