forked from phoedos/pmd
Fix build after merge
This commit is contained in:
@@ -14,7 +14,7 @@ import net.sourceforge.pmd.lang.kotlin.KotlinLanguageModule;
|
||||
*/
|
||||
public class KotlinParsingHelper extends BaseParsingHelper<KotlinParsingHelper, KotlinParser.KtKotlinFile> {
|
||||
|
||||
public static final KotlinParsingHelper DEFAULT = new KotlinParsingHelper(Params.getDefaultNoProcess());
|
||||
public static final KotlinParsingHelper DEFAULT = new KotlinParsingHelper(Params.getDefault());
|
||||
|
||||
|
||||
public KotlinParsingHelper(@NotNull Params params) {
|
||||
|
Reference in New Issue
Block a user