mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
错误注释修改
This commit is contained in:
parent
09be0d85be
commit
0c9046d402
@ -85,7 +85,7 @@ public interface JSONGetter<K> extends OptNullBasicTypeFromObjectGetter<K> {
|
|||||||
* 如果值为其它类型对象,尝试转换为{@link JSONObject}返回,否则抛出异常
|
* 如果值为其它类型对象,尝试转换为{@link JSONObject}返回,否则抛出异常
|
||||||
*
|
*
|
||||||
* @param key KEY
|
* @param key KEY
|
||||||
* @return JSONArray对象,如果值为null或者非JSONObject类型,返回null
|
* @return JSONObject对象,如果值为null或者非JSONObject类型,返回null
|
||||||
*/
|
*/
|
||||||
default JSONObject getJSONObject(K key) {
|
default JSONObject getJSONObject(K key) {
|
||||||
final Object object = this.getObj(key);
|
final Object object = this.getObj(key);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user