소스 검색

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;