Skip to content

Commit

Permalink
update to ;
Browse files Browse the repository at this point in the history
  • Loading branch information
baoxingjie committed May 14, 2018
1 parent d8cc04c commit 529581f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ runner.addFunctionOfServiceMethod("打印", System.out, "println",new String[] {
runner.addFunctionOfServiceMethod("contains", new BeanExample(), "anyContains",
new Class[] { String.class, String.class }, null);
String exp = “取绝对值(-100);转换为大写(\"hello world\");打印(\"你好吗?\")contains("helloworld",\"aeiou\")”;
String exp = “取绝对值(-100);转换为大写(\"hello world\");打印(\"你好吗?\");contains("helloworld",\"aeiou\")”;
runner.execute(exp, context, null, false, false);
```
Expand Down

0 comments on commit 529581f

Please sign in to comment.