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:
parent
7405e4fda0
commit
628868dadc
@ -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;
|
||||
|
@ -11,7 +11,7 @@ import cn.citycraft.GsonAgent.api.stream.JsonWriter;
|
||||
|
||||
/**
|
||||
* Gson代理API
|
||||
* 复制修改于曲尘的Gson
|
||||
* 复制修改于尘曲的Gson
|
||||
*
|
||||
* @since 2016年1月5日 下午12:48:43
|
||||
* @author 喵♂呜
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user