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/ctrl/DownloadTileEntity.java | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/moon/server/entity/ctrl/DownloadTileEntity.java b/src/main/java/com/moon/server/entity/ctrl/DownloadTileEntity.java index 25cf4ab..dc72fba 100644 --- a/src/main/java/com/moon/server/entity/ctrl/DownloadTileEntity.java +++ b/src/main/java/com/moon/server/entity/ctrl/DownloadTileEntity.java @@ -5,10 +5,7 @@ import java.io.Serializable; -/** - * 涓嬭浇鐡︾墖瀹炰綋绫� - * @author WWW - */ +@SuppressWarnings("ALL") public class DownloadTileEntity extends AbstractPwdEntity implements Serializable { private static final long serialVersionUID = -229710198271495902L; @@ -27,9 +24,6 @@ public DownloadTileEntity() { } - /** - * 楠岃瘉鍧愭爣 - */ public String verifyCoords() { if (null == xmin || null == ymin || null == xmax || null == ymax) { return "鍥涜嚦鍧愭爣鍊间笉鑳戒负绌�"; -- Gitblit v1.9.3