Created
February 26, 2018 14:25
-
-
Save ntakouris/2a56d734471b936a54b7333237a59252 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public interface TextValidator { | |
/*Outputs null for no errors, or else the error in a user friendly text*/ | |
String validate(String content); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment