Member Name Check compilable UT inputs

This commit is contained in:
alexkravin 2014-12-06 14:01:32 +04:00 committed by Roman Ivanov
parent fb5961a477
commit 6f295fd516
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
package com.puppycrawl.tools.checkstyle.naming;
import test.Direction;
import test.InputMemberName.Inner;
public class InputMemberName
public class InputMemberNameExtended
{
public int mPublic;
protected int mProtected;