Skip to content

Commit

Permalink
TextValidator class set as private static.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhinson committed Mar 4, 2015
1 parent fb06697 commit 95d2594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ private Boolean validateField(EditText field) {
}
}

public abstract class TextValidator implements TextWatcher {
private static abstract class TextValidator implements TextWatcher {
// Wrapper for TextWatcher, providing a shorthand method of field specific validations
private final TextView textView;

Expand Down

0 comments on commit 95d2594

Please sign in to comment.