Commit fda4faf1 authored by Tim Olshansky's avatar Tim Olshansky

Merge pull request #141 from jfisbein/patch-1

Fix: setNotificationLevel #140
parents 860c42ab 016fa8de
......@@ -24,8 +24,8 @@ public class GitlabProjectAccessLevel {
return notificationLevel;
}
public void setNoficationLevel(int notificationLevel) {
this.accessLevel = notificationLevel;
public void setNotificationLevel(int 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