remove final

This commit is contained in:
Looly 2021-03-09 16:42:40 +08:00
parent ac5cdae892
commit 2aae44e569

View File

@ -35,7 +35,7 @@ import java.util.ResourceBundle;
* *
* @author Looly * @author Looly
*/ */
public final class JSONUtil { public class JSONUtil {
// -------------------------------------------------------------------- Pause start // -------------------------------------------------------------------- Pause start