PR review

This commit is contained in:
Matias Fraga
2018-09-10 15:55:14 -03:00
parent 755ae837c1
commit c2643f0278
3 changed files with 7 additions and 5 deletions

View File

@ -6,7 +6,7 @@ package net.sourceforge.pmd.cpd;
import org.antlr.v4.runtime.CharStream;
import net.sourceforge.pmd.lang.AntlrTokenManager;
import net.sourceforge.pmd.lang.antlr.AntlrTokenManager;
import net.sourceforge.pmd.lang.swift.antlr4.SwiftLexer;
/**