From fee67ca8a0760315047a52fc4101a8f4f80b7a7f Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 11 十一月 2024 15:02:54 +0800 Subject: [PATCH] 1 --- src/main/java/com/moon/server/entity/other/CheckOutLicense.java | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/moon/server/entity/other/CheckOutLicense.java b/src/main/java/com/moon/server/entity/other/CheckOutLicense.java index 6e82e01..cd0027f 100644 --- a/src/main/java/com/moon/server/entity/other/CheckOutLicense.java +++ b/src/main/java/com/moon/server/entity/other/CheckOutLicense.java @@ -10,11 +10,7 @@ import java.util.Calendar; import java.util.Random; -/** - * CheckOutLicense - * @author WWW - */ -@SuppressWarnings("AlibabaUndefineMagicConstant") +@SuppressWarnings("ALL") public class CheckOutLicense { public static String createFloatingLicense(int n, String s, long expireDate) { int[] registeredModules = new int[]{1, 3, 4, 9, 10, 11, 12, 13, 17, 25, 30, 33, 37}; -- Gitblit v1.9.3