Commit 24d5119e authored by Joan's avatar Joan

Fix: setNotificationLevel #140

parent 860c42ab
...@@ -25,7 +25,7 @@ public class GitlabProjectAccessLevel { ...@@ -25,7 +25,7 @@ public class GitlabProjectAccessLevel {
} }
public void setNoficationLevel(int notificationLevel) { public void setNoficationLevel(int notificationLevel) {
this.accessLevel = notificationLevel; this.notificationLevel = notificationLevel;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment