1
0
mirror of https://e.coding.net/circlecloud/GsonAgent.git synced 2024-11-21 01:38:51 +00:00

修复作者注释...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092 2016-01-09 13:29:41 +08:00
parent 7405e4fda0
commit 628868dadc
3 changed files with 4 additions and 4 deletions

View File

@ -14,10 +14,10 @@ import cn.citycraft.GsonAgent.api.stream.JsonWriter;
/**
* Minecraft Gson代理类(用于兼容1.7-1.8Gson类库)
* 复制修改于尘的Gson
* 复制修改于的Gson
*
* @since 2016年1月5日 下午12:51:30
* @author ,
* @author ,
*/
public class GsonAgent {
public static boolean newVersion = false;

View File

@ -11,7 +11,7 @@ import cn.citycraft.GsonAgent.api.stream.JsonWriter;
/**
* Gson代理API
* 复制修改于尘的Gson
* 复制修改于的Gson
*
* @since 2016年1月5日 下午12:48:43
* @author

View File

@ -9,7 +9,7 @@ import java.lang.reflect.Constructor;
* Gson代理工具类(来自7老板)
*
* @since 2016年1月5日 下午1:33:57
* @author ,
* @author ,
*/
@SuppressWarnings({ "unchecked", "rawtypes" })
public class Utils {