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:
parent
75c897cf26
commit
3565c7fae5
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ import org.eclipse.cdt.internal.core.parser.util.TraceUtil;
|
|||
*
|
||||
* @author jcamelon
|
||||
*/
|
||||
public final class Parser implements IParserData, IParser
|
||||
public class Parser implements IParserData, IParser
|
||||
{
|
||||
protected final ParserMode mode;
|
||||
protected static final char[] EMPTY_STRING = "".toCharArray(); //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue