We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3794d commit 145ba7dCopy full SHA for 145ba7d
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagsCommand.java
@@ -13,7 +13,6 @@
13
import java.util.Collection;
14
import java.util.List;
15
import java.util.Objects;
16
-import java.util.Set;
17
import java.util.stream.Collectors;
18
19
/**
@@ -31,9 +30,9 @@
31
30
* </pre>
32
*/
33
public final class TagsCommand extends SlashCommandAdapter {
34
- private final TagSystem tagSystem;
35
private static final Logger logger = LoggerFactory.getLogger(TagsCommand.class);
36
private static final int MAX_TAGS_THRESHOLD_WARNING = 200;
+ private final TagSystem tagSystem;
37
38
39
* Creates a new instance, using the given tag system as base.
0 commit comments