Skip to content
Snippets Groups Projects
Commit c5e14c4c authored by kaloyane's avatar kaloyane
Browse files

minor: use '/' instead of File.separator in a regex

SVN: 20214
parent 1215e73d
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ public class TemplateBasedLinkNamingStrategy implements IHierarchicalStorageLink
private static final String NOT_DIRECTLY_CONNECTED = "NOT_DIRECTLY_CONNECTED";
private static final String MATCH_ALL_FILE_NAMES = "([^" + File.separator + "]*)";
private static final String MATCH_ALL_FILE_NAMES = "([^/]*)";
private final String linkTemplate;
......
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