!547 错误注释问题

Merge pull request !547 from handy/handy
This commit is contained in:
Looly
2022-02-21 10:38:48 +00:00
committed by Gitee

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);