chatnotifications: Final field
This commit is contained in:
@@ -82,7 +82,7 @@ public class ChatNotificationsPlugin extends Plugin
|
|||||||
private Pattern highlightMatcher = null;
|
private Pattern highlightMatcher = null;
|
||||||
|
|
||||||
// Private message cache used to avoid duplicate notifications from ChatHistory.
|
// 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 boolean highlightOwnName;
|
||||||
private String highlightWordsString;
|
private String highlightWordsString;
|
||||||
|
|||||||
Reference in New Issue
Block a user