Skip to content

Commit

Permalink
[UNDERTOW-XXXX] Add a field to the class of the Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
fl4via committed Oct 4, 2024
1 parent a91ae22 commit 0081459
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ public void test(String message) {
messages.add("MESSAGE-" + message);
}

private String fieldGHC = "";

public String message() {
try {
return messages.poll(10, TimeUnit.SECONDS);
Expand Down

0 comments on commit 0081459

Please sign in to comment.