Skip to content

Commit

Permalink
Make fields final
Browse files Browse the repository at this point in the history
  • Loading branch information
Almighty-Satan committed Sep 5, 2023
1 parent 46a7a79 commit ef9164a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

public class TestContext implements Context {

private Language language;
private String name;
private final Language language;
private final String name;

public TestContext(@Nullable Language language, @NotNull String name) {
this.language = language;
Expand Down

0 comments on commit ef9164a

Please sign in to comment.