Commit 016fa8de authored by Joan's avatar Joan

Update GitlabProjectAccessLevel.java

parent 80ef0c2d
...@@ -24,7 +24,7 @@ public class GitlabProjectAccessLevel { ...@@ -24,7 +24,7 @@ public class GitlabProjectAccessLevel {
return notificationLevel; return notificationLevel;
} }
public void setNoticationLevel(int notificationLevel) { public void setNotificationLevel(int notificationLevel) {
this.notificationLevel = 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