We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6756b commit b607b8eCopy full SHA for b607b8e
1 file changed
concoredocker.java
@@ -36,7 +36,7 @@ public static void main(String[] args) {
36
}
37
if (!sparams.equals("{")) {
38
System.out.println("converting sparams: " + sparams);
39
- sparams = "{'" + sparams.replaceAll(",", ",'").replaceAll("=", "':").replaceAll(" ", "") + "}";
+ sparams = "{'" + sparams.replaceAll(";", ",'").replaceAll("=", "':").replaceAll(" ", "") + "}";
40
System.out.println("converted sparams: " + sparams);
41
42
try {
0 commit comments