change name

This commit is contained in:
Looly
2020-12-07 19:06:23 +08:00
parent 775afa68cc
commit ea070bf83e
7 changed files with 18 additions and 15 deletions

View File

@@ -776,7 +776,7 @@ public final class JSONUtil {
* @since 3.1.2
*/
public static String formatJsonStr(String jsonStr) {
return JSONStrFormater.format(jsonStr);
return JSONStrFormatter.format(jsonStr);
}
/**