We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3113177 commit efaf732Copy full SHA for efaf732
src/main/java/net/discordjug/javabot/util/GsonUtils.java
@@ -25,7 +25,7 @@ public static <T> T fromJson(Reader json, Class<T> type) {
25
return gson.fromJson(json, type);
26
}
27
28
- public static String fromJson(String json, Type type) {
+ public static Object fromJson(String json, Type type) {
29
30
31
0 commit comments