Skip to content

Commit

Permalink
KNOX-3065: JLS fix for static modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
hanicz committed Nov 5, 2024
1 parent 1a7e15e commit a7e881a
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 @@

public class SSEEntity extends AbstractHttpEntity {

private final static String SSE_DELIMITER = ":";
private static final String SSE_DELIMITER = ":";

private final BlockingQueue<SSEvent> eventQueue;
private final StringBuilder eventBuilder = new StringBuilder();
Expand Down

0 comments on commit a7e881a

Please sign in to comment.