Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Fix JWS-118
Browse files Browse the repository at this point in the history
It was stopping at the first match.
  • Loading branch information
gottburgm authored and Simeon Pinder committed Nov 13, 2015
1 parent aa79ebd commit bac6247
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -592,7 +592,6 @@ public static Map<String, String> parseBMXInput(String vHost, String bmxUrl) thr
type= type.substring(type.indexOf("-")+1);

slurpSection(ret, reader, type);
break;
}
}
} catch (Exception e) {
Expand Down

0 comments on commit bac6247

Please sign in to comment.