Skip to content

Commit

Permalink
Merge pull request #39855 from gsmet/fix-graal-22
Browse files Browse the repository at this point in the history
Make SessionContextState a static nested class
  • Loading branch information
mkouba authored Apr 3, 2024
2 parents bb7ce53 + 7f5bc19 commit e83f8db
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 e83f8db

Please sign in to comment.