comment fix for regex

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-util-library@133725 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-10-28 13:28:16 +00:00
parent 3d57eabdfd
commit 8372443937
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class Utils {
// "|travel|[a-z]{2,5}))(:[\\d]{1,5})?" +
// "(((\\/([-\\w~!$+|.,=]|%[a-f\\d]{2})+)+|\\/)+|\\?|#)?" +
// "((\\?([-\\w~!$+|.,*:]|%[a-f\\d{2}])+=?" +
// "([-\\w~!$+|.,*:=/]|%[a-f\\d]{2}/)*)" +
// "([-\\w~!$+|.,*:=]|%[a-f\\d]{2})*)" +
// "(&(?:[-\\w~!$+|.,*:]|%[a-f\\d{2}])+=?" +
// "([-\\w~!$+|.,*:=]|%[a-f\\d]{2})*)*)*" +
// "(#([-\\w~!$+|.,*:=]|%[a-f\\d]{2})*)?\\b");