From 6b4bd249059fea7a4d7718bebfce4694ffdf1db7 Mon Sep 17 00:00:00 2001 From: qyx <565485304@qq.com> Date: Thu, 22 Apr 2021 14:48:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/me/zhengjie/common/http/CommonResponse.java | 1 - 1 file changed, 1 deletion(-) diff --git a/eladmin-common/src/main/java/me/zhengjie/common/http/CommonResponse.java b/eladmin-common/src/main/java/me/zhengjie/common/http/CommonResponse.java index 7316a5f..b245063 100644 --- a/eladmin-common/src/main/java/me/zhengjie/common/http/CommonResponse.java +++ b/eladmin-common/src/main/java/me/zhengjie/common/http/CommonResponse.java @@ -28,7 +28,6 @@ public class CommonResponse implements Serializable { /* 封装所有的构造器为私有的 */ - private CommonResponse(int status) { this.status = status; }