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