Skip to content

Commit

Permalink
make NotificationsQueueManager extendable (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
elopezcastro authored Jan 22, 2024
1 parent 41fe75c commit 620b38d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import java.util.List;
import java.util.Optional;

public final class NotificationsQueueManager
public class NotificationsQueueManager
{
private static final Logger LOGGER = org.slf4j.LoggerFactory.getLogger(NotificationsQueueManager.class);
public static final String NOTIFICATIONS_COUNTER = "notifications";
Expand Down

0 comments on commit 620b38d

Please sign in to comment.