chatnotifications: Final field

This commit is contained in:
sdburns1998
2019-07-07 04:44:54 +02:00
parent f93f719452
commit 9f2e8fb72f

View File

@@ -82,7 +82,7 @@ public class ChatNotificationsPlugin extends Plugin
private Pattern highlightMatcher = null;
// Private message cache used to avoid duplicate notifications from ChatHistory.
private Set<Integer> privateMessageHashes = new HashSet<>();
private final Set<Integer> privateMessageHashes = new HashSet<>();
private boolean highlightOwnName;
private String highlightWordsString;