We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6d1b0 commit 0616db7Copy full SHA for 0616db7
src/main/java/ru/mystamps/web/Url.java
@@ -27,7 +27,7 @@
27
*
28
* Should be used anywhere instead of hard-coded paths.
29
30
- * @author Slava Semushin <[email protected]>
+ * @author Slava Semushin
31
*/
32
public final class Url {
33
public static final String PUBLIC_URL = "http://my-stamps.ru";
src/main/java/ru/mystamps/web/validation/jsr303/Email.java
@@ -39,7 +39,7 @@
39
40
* @see <a href="http://stackoverflow.com/q/4459474">Question at StackOverflow</a>
41
* @see <a href="https://hibernate.atlassian.net/browse/HVAL-43">Issue in Hibernate's JIRA</a>
42
43
44
@org.hibernate.validator.constraints.Email
45
@Pattern(regexp = ".+@.+\\..+")
0 commit comments