错误注释修改

This commit is contained in:
韩帅 2022-02-21 10:22:44 +08:00
parent 09be0d85be
commit 0c9046d402

View File

@ -85,7 +85,7 @@ public interface JSONGetter<K> extends OptNullBasicTypeFromObjectGetter<K> {
* 如果值为其它类型对象尝试转换为{@link JSONObject}返回否则抛出异常
*
* @param key KEY
* @return JSONArray对象如果值为null或者非JSONObject类型返回null
* @return JSONObject对象如果值为null或者非JSONObject类型返回null
*/
default JSONObject getJSONObject(K key) {
final Object object = this.getObj(key);