mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Github: add final keyword
This commit is contained in:
@@ -25,8 +25,8 @@ import org.jetbrains.annotations.NotNull;
|
||||
class GithubUser {
|
||||
|
||||
@NotNull private final String myLogin;
|
||||
private int myPrivateRepos;
|
||||
private int myMaxPrivateRepos;
|
||||
private final int myPrivateRepos;
|
||||
private final int myMaxPrivateRepos;
|
||||
|
||||
GithubUser(@NotNull String login, int privateRepos, int maxPrivateRepos) {
|
||||
myLogin = login;
|
||||
|
||||
Reference in New Issue
Block a user