Skip to content
Snippets Groups Projects
Commit 6f54aeef authored by izabel's avatar izabel
Browse files

[LMS-1875] fix dependencies

SVN: 18599
parent 3b49ba26
No related branches found
No related tags found
No related merge requests found
...@@ -118,4 +118,6 @@ public final class GenericConstants ...@@ -118,4 +118,6 @@ public final class GenericConstants
public static final String EMAIL_REGEX = public static final String EMAIL_REGEX =
"^([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$"; "^([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$";
public static final String ALL_ENTITY_KINDS = "(All)";
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment