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

Parser is no longer final.

This commit is contained in:
John Camelon 2004-09-08 15:37:00 +00:00
parent 75c897cf26
commit 3565c7fae5

View file

@ -92,7 +92,7 @@ import org.eclipse.cdt.internal.core.parser.util.TraceUtil;
* *
* @author jcamelon * @author jcamelon
*/ */
public final class Parser implements IParserData, IParser public class Parser implements IParserData, IParser
{ {
protected final ParserMode mode; protected final ParserMode mode;
protected static final char[] EMPTY_STRING = "".toCharArray(); //$NON-NLS-1$ protected static final char[] EMPTY_STRING = "".toCharArray(); //$NON-NLS-1$