We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832cbb5 commit e40e917Copy full SHA for e40e917
src/main/java/org/gitlab4j/api/AbstractApi.java
@@ -16,7 +16,7 @@
16
*/
17
public abstract class AbstractApi implements Constants {
18
19
- private GitLabApi gitLabApi;
+ private final GitLabApi gitLabApi;
20
21
public AbstractApi(GitLabApi gitLabApi) {
22
this.gitLabApi = gitLabApi;
0 commit comments