Persisted really important statement forever in comment
This commit is contained in:
parent
c5094e52cd
commit
1e63c1a7d1
@ -23,6 +23,8 @@ public class Bounds {
|
|||||||
*/
|
*/
|
||||||
public static final Pattern CONTACT_NAME_PATTERN = Pattern.compile("^\\w[a-zA-Z0-9-]{2,15}$");
|
public static final Pattern CONTACT_NAME_PATTERN = Pattern.compile("^\\w[a-zA-Z0-9-]{2,15}$");
|
||||||
|
|
||||||
|
// KAI: Trust of Chain - das berühmte Konzept aus der Kryptographie
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param contactName the contact name to validate
|
* @param contactName the contact name to validate
|
||||||
* @return {@code true} if the given contact name is valid
|
* @return {@code true} if the given contact name is valid
|
||||||
|
Reference in New Issue
Block a user