forked from phoedos/pmd
Add workaround for #1515
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.ast.test;
|
||||
|
||||
/**
|
||||
* Hack to generate package javadoc.
|
||||
* See: https://stackoverflow.com/questions/1138390/javadoc-for-package-info-java-only
|
||||
*/
|
||||
@Deprecated
|
||||
public class PlaceHolder {
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
/**
|
||||
* Contains the Kotlin-based DSL to test AST nodes.
|
||||
*/
|
||||
package net.sourceforge.pmd.lang.ast.test;
|
Reference in New Issue
Block a user