minor: fixed test/resources wrong package location

This commit is contained in:
rnveach 2015-10-09 21:29:40 -04:00
parent fa06d1c4aa
commit 86fd13b4e8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package com.puppycrawl.tools.checkstyle.grammars;
package com.puppycrawl.tools.checkstyle;
public class InputSuppressWarningsHolder2
{