Member Name Check compilable UT inputs
This commit is contained in:
parent
fb5961a477
commit
6f295fd516
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue