Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created February 26, 2018 14:25
Show Gist options
  • Save ntakouris/2a56d734471b936a54b7333237a59252 to your computer and use it in GitHub Desktop.
Save ntakouris/2a56d734471b936a54b7333237a59252 to your computer and use it in GitHub Desktop.
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