fix eclipse package declaration error in InputPackageDeclaration

This commit is contained in:
Vladislav Lisetskiy 2015-07-12 23:30:54 +03:00 committed by Roman Ivanov
parent e9b890956d
commit e13f8a423f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package com.puppycrawl.tools.checkstyle.checks.coding;
package com.puppycrawl.tools.checkstyle.coding;
class InputPackageDeclaration {
public String value;