Merge branch 'master' into pmd/7.0.x

This commit is contained in:
Andreas Dangel
2020-09-13 11:39:37 +02:00
8 changed files with 67 additions and 3 deletions

View File

@ -0,0 +1,9 @@
/*
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
/**
* The class {@link net.sourceforge.pmd.lang.kotlin.antlr4.Kotlin} will be renamed to {@code KotlinLexer} and
* be moved to package {@code net.sourceforge.pmd.lang.kotlin.ast} with PMD 7.
*/
package net.sourceforge.pmd.lang.kotlin.antlr4;