diff --git a/src/main/java/com/shweit/poll/commands/VoteCommand.java b/src/main/java/com/shweit/poll/commands/VoteCommand.java index e714c19..8559bf9 100644 --- a/src/main/java/com/shweit/poll/commands/VoteCommand.java +++ b/src/main/java/com/shweit/poll/commands/VoteCommand.java @@ -1,6 +1,5 @@ package com.shweit.poll.commands; -import com.google.gson.reflect.TypeToken; import com.shweit.poll.commands.pollDetailsCommand.PollDetailsCommand; import com.shweit.poll.utils.ConnectionManager; import org.bukkit.ChatColor; @@ -11,7 +10,6 @@ import org.bukkit.entity.Player; import com.google.gson.Gson; -import java.lang.reflect.Type; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet;