Commit e9c965bb by sikang

bug fix

parent 04068f3d
...@@ -124,6 +124,7 @@ class JavaGarble: ...@@ -124,6 +124,7 @@ class JavaGarble:
content = "System.out.println(len(%s+\"\"));"%content content = "System.out.println(len(%s+\"\"));"%content
code.replace("${content}",content) code.replace("${content}",content)
return code
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment