One Top-Level Class Check compilable UT inputs

This commit is contained in:
alexkravin 2014-12-03 19:12:54 +04:00 committed by Roman Ivanov
parent 4c384214a9
commit f0dc53ad00
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package net.ubiquity.tools.checkstyle.tests;
package com.puppycrawl.tools.checkstyle.design;
public class InputOneTopLevelClass
{
@ -51,7 +51,7 @@ public class InputOneTopLevelClass
}
// error ctors before methods
public InputDeclarationOrder()
public InputOneTopLevelClass()
{
String foo = ERROR;
foo += ERROR1;