This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
/*
|
|
||||||
* To change this license header, choose License Headers in Project Properties.
|
|
||||||
* To change this template file, choose Tools | Templates
|
|
||||||
* and open the template in the editor.
|
|
||||||
*/
|
|
||||||
package org.redkale.net.http;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* 详情见: https://redkale.org
|
|
||||||
*
|
|
||||||
* @deprecated 使用 org.redkale.net.http.HttpBaseServlet 代替
|
|
||||||
* @see org.redkale.net.http.HttpBaseServlet
|
|
||||||
* @author zhangjx
|
|
||||||
*/
|
|
||||||
public abstract class BasedHttpServlet extends HttpBaseServlet {
|
|
||||||
}
|
|
||||||
@@ -22,13 +22,6 @@ import org.redkale.convert.json.*;
|
|||||||
*/
|
*/
|
||||||
public class RetResult<T> {
|
public class RetResult<T> {
|
||||||
|
|
||||||
/**
|
|
||||||
* 使用 RetResult.success() 方法代替
|
|
||||||
*
|
|
||||||
* @deprecated
|
|
||||||
*/
|
|
||||||
private static final RetResult SUCCESS = new RetResult();
|
|
||||||
|
|
||||||
protected int retcode;
|
protected int retcode;
|
||||||
|
|
||||||
protected String retinfo;
|
protected String retinfo;
|
||||||
|
|||||||
Reference in New Issue
Block a user