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 eb5a294 commit 6d56d28Copy full SHA for 6d56d28
application/src/main/java/org/togetherjava/tjbot/commands/help/HelpThreadOverviewUpdater.java
@@ -41,7 +41,7 @@
41
public final class HelpThreadOverviewUpdater extends MessageReceiverAdapter implements Routine {
42
private static final Logger logger = LoggerFactory.getLogger(HelpThreadOverviewUpdater.class);
43
44
- private static final @NonNls String STATUS_TITLE = "## Active questions ##";
+ private static final String STATUS_TITLE = "## Active questions ##";
45
private static final int OVERVIEW_QUESTION_LIMIT = 150;
46
private static final AtomicInteger FIND_STATUS_MESSAGE_CONSECUTIVE_FAILURES =
47
new AtomicInteger(0);
0 commit comments