applied comments

This commit is contained in:
Alexandre Cloutier
2014-07-10 11:13:07 -04:00
parent ef20108e32
commit 05fb7ae0c8
4 changed files with 9 additions and 11 deletions
+2 -2
View File
@@ -640,7 +640,7 @@ static NSArray *reminderValues = nil;
return [userDefaults busyOffHours];
}
- (NSArray *) whiteListValue
- (NSArray *) whiteList
{
SOGoUserSettings *us;
NSMutableDictionary *moduleSettings;
@@ -652,7 +652,7 @@ static NSArray *reminderValues = nil;
return whiteList;
}
- (void) setWhiteListValue: (NSArray *) whiteList
- (void) setWhiteList: (NSArray *) whiteList
{
SOGoUserSettings *us;
NSMutableDictionary *moduleSettings;