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 1d63078 commit d748641Copy full SHA for d748641
APIJSONORM/src/main/java/apijson/orm/AbstractParser.java
@@ -1850,8 +1850,8 @@ public Object getValueByPath(String valuePath) {
1850
return target;
1851
}
1852
1853
- Log.i(TAG, "getValueByPath return valuePath;");
1854
- return valuePath;
+ Log.i(TAG, "getValueByPath return null;");
+ return null;
1855
1856
1857
//依赖引用关系 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
0 commit comments