This commit is contained in:
Looly
2022-01-15 19:22:40 +08:00
parent 4b44716b5f
commit 749c0f8727
6 changed files with 64 additions and 4 deletions

View File

@@ -671,7 +671,6 @@ public class JSONObject implements JSON, JSONGetter<String>, Map<String, Object>
// 不支持对象类型转换为JSONObject
throw new JSONException("Unsupported type [{}] to JSONObject!", source.getClass());
}
}
/**