Skip to content

Commit

Permalink
Make SessionContextState a static nested class
Browse files Browse the repository at this point in the history
Fixes a compilation error with GraalVM JDK 22.
Fixes #39846
  • Loading branch information
gsmet committed Apr 3, 2024
1 parent e1cc9a2 commit 7f5bc19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public Event<Object> get() {
});
}

class SessionContextState implements ContextState {
static class SessionContextState implements ContextState {

// Using 0 as default value enable removing an initialization
// in the constructor, piggybacking on the default value.
Expand Down

0 comments on commit 7f5bc19

Please sign in to comment.