Better implementation for appendSuffix

This commit is contained in:
Clément Fournier
2020-04-18 13:12:59 +02:00
parent c088a6add5
commit 1f8c5b65b3
9 changed files with 49 additions and 30 deletions

View File

@@ -32,7 +32,7 @@ options {
PARSER_BEGIN(CppParserImpl)
package net.sourceforge.pmd.lang.cpp.ast;
import net.sourceforge.pmd.lang.ast.CharStream;
import net.sourceforge.pmd.lang.ast.impl.javacc.CharStream;
import net.sourceforge.pmd.lang.ast.TokenMgrError;
public final class CppParserImpl {