! is ommitted

This commit is contained in:
outersky
2012-10-24 22:57:50 +08:00
parent bb3ea76594
commit 82b80f5a52
@@ -1307,7 +1307,7 @@ public class BeanProperty implements ElPropertyValue {
}
public void jsonRead(ReadJsonContext ctx, Object bean) {
if(jsonDeserialize){
if(!jsonDeserialize){
return;
}
String jsonValue;