Skip to content

Commit 6d56d28

Browse files
committed
Removed NonNls annotation
1 parent eb5a294 commit 6d56d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/main/java/org/togetherjava/tjbot/commands/help/HelpThreadOverviewUpdater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
public final class HelpThreadOverviewUpdater extends MessageReceiverAdapter implements Routine {
4242
private static final Logger logger = LoggerFactory.getLogger(HelpThreadOverviewUpdater.class);
4343

44-
private static final @NonNls String STATUS_TITLE = "## Active questions ##";
44+
private static final String STATUS_TITLE = "## Active questions ##";
4545
private static final int OVERVIEW_QUESTION_LIMIT = 150;
4646
private static final AtomicInteger FIND_STATUS_MESSAGE_CONSECUTIVE_FAILURES =
4747
new AtomicInteger(0);

0 commit comments

Comments
 (0)