瀏覽代碼

Use google TypeToken

Lortseam 4 年之前
父節點
當前提交
04340ad2b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/me/lortseam/completeconfig/gui/cloth/GuiRegistry.java

+ 1 - 1
src/main/java/me/lortseam/completeconfig/gui/cloth/GuiRegistry.java

@@ -2,7 +2,7 @@ package me.lortseam.completeconfig.gui.cloth;
 
 import com.google.common.collect.Lists;
 import com.google.common.collect.MoreCollectors;
-import io.leangen.geantyref.TypeToken;
+import com.google.common.reflect.TypeToken;
 import me.lortseam.completeconfig.data.Entry;
 import me.lortseam.completeconfig.data.EnumOptions;
 import me.lortseam.completeconfig.util.TypeUtils;