forked from phoedos/pmd
checkstyle fixes
This commit is contained in:
@ -19,7 +19,7 @@ import net.sourceforge.pmd.lang.ast.TokenMgrError;
|
||||
*/
|
||||
public abstract class AntlrTokenizer implements Tokenizer {
|
||||
|
||||
protected abstract Lexer getLexerForSource(final CharStream charStream);
|
||||
protected abstract Lexer getLexerForSource(CharStream charStream);
|
||||
|
||||
@Override
|
||||
public void tokenize(final SourceCode sourceCode, final Tokens tokenEntries) {
|
||||
|
@ -4,10 +4,11 @@
|
||||
|
||||
package net.sourceforge.pmd.cpd;
|
||||
|
||||
import net.sourceforge.pmd.lang.swift.antlr4.SwiftLexer;
|
||||
import org.antlr.v4.runtime.CharStream;
|
||||
import org.antlr.v4.runtime.Lexer;
|
||||
|
||||
import net.sourceforge.pmd.lang.swift.antlr4.SwiftLexer;
|
||||
|
||||
/**
|
||||
* SwiftTokenizer
|
||||
*/
|
||||
|
Reference in New Issue
Block a user