Fix checkstyle
This commit is contained in:
		| @@ -1,11 +1,13 @@ | ||||
| /* | ||||
|  * BSD-style license; for more info see http://pmd.sourceforge.net/license.html | ||||
|  */ | ||||
|  | ||||
| package net.sourceforge.pmd.lang.java.rule.bestpractices; | ||||
|  | ||||
| import java.util.List; | ||||
|  | ||||
| import net.sourceforge.pmd.lang.java.ast.ASTArgumentList; | ||||
| import net.sourceforge.pmd.lang.java.ast.ASTArrayAllocation; | ||||
| import net.sourceforge.pmd.lang.java.ast.ASTBlock; | ||||
| import net.sourceforge.pmd.lang.java.ast.ASTEnumConstant; | ||||
| import net.sourceforge.pmd.lang.java.ast.InvocationNode; | ||||
| import net.sourceforge.pmd.lang.java.ast.JavaNode; | ||||
| import net.sourceforge.pmd.lang.java.rule.AbstractJavaRulechainRule; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andreas Dangel
					Andreas Dangel