Skip to content

Commit

Permalink
private constructor for LatencyEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 authored Feb 22, 2024
1 parent 4d0461b commit 8f3bcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/redis/clients/jedis/args/LatencyEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum LatencyEvent implements Rawable {

private final byte[] raw;

LatencyEvent(String s) {
private LatencyEvent(String s) {
raw = SafeEncoder.encode(s);
}

Expand Down

0 comments on commit 8f3bcc8

Please sign in to comment.