Hide Utility Class Check compilable UT inputs

This commit is contained in:
alexkravin 2014-12-03 19:14:51 +04:00 committed by Roman Ivanov
parent f0dc53ad00
commit 97ef6d8bf1
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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