Importing SVN archives - Trunk
This commit is contained in:
parent
fc4c6bd340
commit
ff53af6668
507 changed files with 8866 additions and 2450 deletions
legacyworlds-server/legacyworlds-server-utils
|
@ -4,12 +4,12 @@
|
|||
<parent>
|
||||
<artifactId>legacyworlds-server</artifactId>
|
||||
<groupId>com.deepclone.lw</groupId>
|
||||
<version>5.99.1</version>
|
||||
<version>5.99.2</version>
|
||||
</parent>
|
||||
|
||||
<groupId>com.deepclone.lw</groupId>
|
||||
<artifactId>legacyworlds-server-utils</artifactId>
|
||||
<version>5.99.1</version>
|
||||
<version>5.99.2</version>
|
||||
<name>Legacy Worlds server utility classes</name>
|
||||
<description>This package contains utility classes used by various parts of the server-side code.</description>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ public class EmailAddress
|
|||
private static final String quotedPair = "(\\\\" + asciiText + ")";
|
||||
|
||||
// RFC 2822 3.2.4 Atom:
|
||||
private static final String atext = "[a-zA-Z0-9\\!\\#\\$\\%\\&\\'\\*\\+\\-\\/\\=\\?\\^\\_\\`\\{\\|\\}\\~]";
|
||||
private static final String atext = "[a-zA-Z0-9\\!\\#\\$\\%\\&\\'\\*\\+\\-\\/\\=\\?\\^\\_\\`\\{\\|\\}\\~]";
|
||||
private static final String dotAtomText = atext + "+" + "(" + "\\." + atext + "+)*";
|
||||
private static final String dotAtom = fwsp + "(" + dotAtomText + ")" + fwsp;
|
||||
|
||||
|
|
Reference in a new issue