Skip to content

Commit

Permalink
add false
Browse files Browse the repository at this point in the history
  • Loading branch information
qiujiayu committed Apr 15, 2016
1 parent e011ac6 commit 74a6453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/test/SpELTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static void main(String[] args) {
String keySpEL="test";
Object[] arguments=new Object[]{"1111", "2222"};

String res=CacheUtil.getDefinedCacheKey(keySpEL, arguments, null);
String res=CacheUtil.getDefinedCacheKey(keySpEL, arguments, null, false);
System.out.println(res);
Boolean rv=CacheUtil.getElValue("#empty(#args)", arguments, Boolean.class);
System.out.println(rv);
Expand Down

0 comments on commit 74a6453

Please sign in to comment.