This commit is contained in:
Redkale
2017-02-04 09:04:35 +08:00
parent c3a7603674
commit 7e8d1c3567
2 changed files with 0 additions and 25 deletions

View File

@@ -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 {
}

View File

@@ -22,13 +22,6 @@ import org.redkale.convert.json.*;
*/
public class RetResult<T> {
/**
* 使用 RetResult.success() 方法代替
*
* @deprecated
*/
private static final RetResult SUCCESS = new RetResult();
protected int retcode;
protected String retinfo;