This commit is contained in:
Looly
2023-04-12 01:01:38 +08:00
parent ea9349949b
commit bc601ca0ad
2 changed files with 42 additions and 1 deletions

View File

@@ -133,8 +133,8 @@ public class JSONObjectMapper {
// 不支持对象类型转换为JSONObject
throw new JSONException("Unsupported type [{}] to JSONObject!", source.getClass());
}
// 如果用户选择跳过异常,则跳过此值转换
}
// 如果用户选择跳过异常,则跳过此值转换
}
/**