Hide Utility Class Check compilable UT inputs
This commit is contained in:
parent
f0dc53ad00
commit
97ef6d8bf1
|
|
@ -1,4 +1,4 @@
|
|||
package com.puppycrawl.tools.checkstyle.checks.design;
|
||||
package com.puppycrawl.tools.checkstyle.design;
|
||||
|
||||
import java.awt.Dimension;
|
||||
import javax.swing.JPanel;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package com.puppycrawl.tools.checkstyle.checks.design;
|
||||
package com.puppycrawl.tools.checkstyle.design;
|
||||
|
||||
/**
|
||||
* Input for HideUtilityClassConstructorCheck, a non utility class that has
|
||||
|
|
|
|||
Loading…
Reference in New Issue