Skip to content

Commit c00021d

Browse files
Adjusted access modifiers
1 parent b18abff commit c00021d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/javadiscord/javabot/systems/notification/NotificationService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Handles all types of guild & user notifications.
1616
*/
17-
public class NotificationService {
17+
public final class NotificationService {
1818
private NotificationService() {
1919
}
2020

@@ -40,7 +40,7 @@ private NotificationService() {
4040
* Abstract class which streamlines the logic of sending messages to a {@link MessageChannel}.
4141
*/
4242
@Slf4j
43-
protected abstract static class MessageChannelNotification {
43+
abstract static class MessageChannelNotification {
4444
/**
4545
* Sends a single message to the specified {@link MessageChannel} using the
4646
* specified {@link Function}.

0 commit comments

Comments
 (0)