From 20e728afac25c9930af97eb2d1fb7519d415c853 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 25 Nov 2014 17:28:12 -0500 Subject: [PATCH] Remove unnecessary comments --- SoObjects/SOGo/SOGoCache.m | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/SoObjects/SOGo/SOGoCache.m b/SoObjects/SOGo/SOGoCache.m index dac0b2d85..e2a8a51a4 100644 --- a/SoObjects/SOGo/SOGoCache.m +++ b/SoObjects/SOGo/SOGoCache.m @@ -31,8 +31,8 @@ * +defaults value = NSDictionary instance > user's defaults * +settings value = NSDictionary instance > user's settings * +attributes value = NSMutableDictionary instance > user's LDAP attributes - * +failedlogins value = - * +messagesubmissions value = + * +failedlogins value = NSDictionary instance holding the failed count and the date of the first failed authentication + * +messagesubmissions value = NSDictionary instance holding the number of messages sent, and number of recipients * +dn value = NSString instance > cached user's DN * +acl value = NSDictionary instance > ACLs on an object at specified path * + value = NSString instance (array components separated by ",") or group member logins for a specific group in domain @@ -40,8 +40,6 @@ * cas-ticket:< > value = * cas-pgtiou:< > value = * session:< > value = - * +failedlogins value = NSDictionary instance holding the failed count and the date of the first failed authentication - * +messagesubmissions value = NSDictionary instance holding the number of messages sent, and number of recipients */