Skip to content
Snippets Groups Projects
Commit 5386437f authored by Arthur Coolen's avatar Arthur Coolen
Browse files

Bug 756: corrected error in LofarUtils.expandString

parent b8c90529
No related branches found
No related tags found
No related merge requests found
......@@ -488,8 +488,6 @@ public abstract class LofarUtils {
try {
for (String aS:splitted) {
// return if non digits are found
if (!aS.matches("-?\\d+" )) return orgStr;
// check if a .. is found in the string
if (aS.contains("..")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment