Skip to content

Commit

Permalink
meet code standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Shweit committed Sep 3, 2024
1 parent 0729349 commit 98d8685
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/shweit/poll/commands/VoteCommand.java
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 98d8685

Please sign in to comment.