Skip to content

Commit 145ba7d

Browse files
DevSerendipityZabuzard
authored andcommitted
Removed the unused import and readjusted the static and non static fields
1 parent 7c3794d commit 145ba7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

application/src/main/java/org/togetherjava/tjbot/commands/tags/TagsCommand.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import java.util.Collection;
1414
import java.util.List;
1515
import java.util.Objects;
16-
import java.util.Set;
1716
import java.util.stream.Collectors;
1817

1918
/**
@@ -31,9 +30,9 @@
3130
* </pre>
3231
*/
3332
public final class TagsCommand extends SlashCommandAdapter {
34-
private final TagSystem tagSystem;
3533
private static final Logger logger = LoggerFactory.getLogger(TagsCommand.class);
3634
private static final int MAX_TAGS_THRESHOLD_WARNING = 200;
35+
private final TagSystem tagSystem;
3736

3837
/**
3938
* Creates a new instance, using the given tag system as base.

0 commit comments

Comments
 (0)