!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
commit fe3eccceb9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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