We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18abff commit c00021dCopy full SHA for c00021d
src/main/java/net/javadiscord/javabot/systems/notification/NotificationService.java
@@ -14,7 +14,7 @@
14
/**
15
* Handles all types of guild & user notifications.
16
*/
17
-public class NotificationService {
+public final class NotificationService {
18
private NotificationService() {
19
}
20
@@ -40,7 +40,7 @@ private NotificationService() {
40
* Abstract class which streamlines the logic of sending messages to a {@link MessageChannel}.
41
42
@Slf4j
43
- protected abstract static class MessageChannelNotification {
+ abstract static class MessageChannelNotification {
44
45
* Sends a single message to the specified {@link MessageChannel} using the
46
* specified {@link Function}.
0 commit comments