Skip to content
Snippets Groups Projects
Commit 43075d4e authored by felmer's avatar felmer
Browse files

LMS-750 bug fixed

SVN: 9902
parent 38d253ad
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ public final class GenericExperimentRegistrationForm ...@@ -99,7 +99,7 @@ public final class GenericExperimentRegistrationForm
String text = samplesArea.getValue(); String text = samplesArea.getValue();
if (StringUtils.isBlank(text) == false) if (StringUtils.isBlank(text) == false)
{ {
return text.split("\n|\r\n|,"); return text.split("\n|\r\n|, *");
} else } else
{ {
return new String[0]; return new String[0];
......
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