Ver Fonte

Use google TypeToken

Lortseam há 4 anos atrás
pai
commit
04340ad2b6

+ 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;