Skip to content

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/ru/mystamps/web/Url.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* Should be used anywhere instead of hard-coded paths.
2929
*
30-
* @author Slava Semushin <[email protected]>
30+
* @author Slava Semushin
3131
*/
3232
public final class Url {
3333
public static final String PUBLIC_URL = "http://my-stamps.ru";

src/main/java/ru/mystamps/web/validation/jsr303/Email.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*
4040
* @see <a href="http://stackoverflow.com/q/4459474">Question at StackOverflow</a>
4141
* @see <a href="https://hibernate.atlassian.net/browse/HVAL-43">Issue in Hibernate's JIRA</a>
42-
* @author Slava Semushin <[email protected]>
42+
* @author Slava Semushin
4343
*/
4444
@org.hibernate.validator.constraints.Email
4545
@Pattern(regexp = ".+@.+\\..+")

0 commit comments

Comments
 (0)