Rename Whitespace enum to make the intent more clear
Change-Id: I591abfe195a9cb2baf3ac516c7874d28ef70f20e
This commit is contained in:
committed by
David Ostrovsky
parent
dc53a1665b
commit
09caa54a0e
@@ -32,9 +32,9 @@ public class AccountDiffPreference {
|
||||
|
||||
public static enum Whitespace implements CodedEnum {
|
||||
IGNORE_NONE('N'), //
|
||||
IGNORE_SPACE_AT_EOL('E'), //
|
||||
IGNORE_SPACE_CHANGE('S'), //
|
||||
IGNORE_ALL_SPACE('A');
|
||||
IGNORE_TRAILING('E'), //
|
||||
IGNORE_LEADING_AND_TRAILING('S'), //
|
||||
IGNORE_ALL('A');
|
||||
|
||||
private final char code;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user