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

@ -15,7 +15,7 @@ options {
PARSER_BEGIN(Ecmascript5ParserImpl)
package net.sourceforge.pmd.lang.ecmascript5.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 class Ecmascript5ParserImpl {