Skip to content

Commit

Permalink
Make PushConnectionRegistry ctor public for easier creation
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerra committed Jul 20, 2023
1 parent 423c3c8 commit 247ea3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class PushConnectionRegistry {
private final SecureRandom secureTokenGenerator;

@Inject
PushConnectionRegistry() {
public PushConnectionRegistry() {
clientPushConnectionMap = new ConcurrentHashMap<>(1024 * 32);
secureTokenGenerator = new SecureRandom();
}
Expand Down

0 comments on commit 247ea3a

Please sign in to comment.