fix: 修复新版本API的问题 新增虚拟Tag文件(未完成)

Signed-off-by: 502647092 <admin@yumc.pw>
merge/7/HEAD
502647092 2017-08-26 17:32:21 +08:00
parent d767dba2e6
commit 96d14dd44f
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,10 @@
package pw.yumc.YumCore.plugin.protocollib.fake;
/**
* Created with IntelliJ IDEA
*
* @author
* Created on 2017/8/23 10:27.
*/
public class FakeTag {
}

View File

@ -114,7 +114,6 @@ public class FakePlugin implements Plugin {
}
@Override
public EbeanServer getDatabase() {
return null;
}