Skip to content
Snippets Groups Projects
Commit 137c156b authored by buczekp's avatar buczekp
Browse files

[LMS-1046] fixed

SVN: 11906
parent a74640ac
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ public abstract class AbstractIdentifierFactory ...@@ -59,7 +59,7 @@ public abstract class AbstractIdentifierFactory
// ---- // ----
private static final String ALLOWED_CODE_CHARACTERS = "A-Z0-9_\\-"; private static final String ALLOWED_CODE_CHARACTERS = "A-Z0-9_\\-\\.";
private static final Pattern ALLOWED_CODE_REGEXP = private static final Pattern ALLOWED_CODE_REGEXP =
Pattern.compile("^[" + ALLOWED_CODE_CHARACTERS + "]+$", Pattern.CASE_INSENSITIVE); Pattern.compile("^[" + ALLOWED_CODE_CHARACTERS + "]+$", Pattern.CASE_INSENSITIVE);
......
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