Skip to content

Commit 3abb06f

Browse files
CleymaxConnorLinfoot
authored andcommitted
Forget the change of import (#163)
change JsonObject to JsonArray
1 parent 04a18db commit 3abb06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Java/src/main/java/net/hypixel/api/reply/skyblock/SkyBlockNewsReply.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.hypixel.api.reply.skyblock;
22

33
import com.google.gson.JsonElement;
4-
import com.google.gson.JsonObject;
4+
import com.google.gson.JsonArray;
55
import net.hypixel.api.reply.AbstractReply;
66

77
public class SkyBlockNewsReply extends AbstractReply {

0 commit comments

Comments
 (0)