From 7867800838fef0c9d015cbc66cf27bb4876b574d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 8 Jan 2010 15:01:03 +0000 Subject: [PATCH] Monotone-Parent: 7f40c1e6007ec8d3584bcde31ed1008207df7d66 Monotone-Revision: 4db8a709d7b9971ba989f90d459f2e903d8e7d2e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-08T15:01:03 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/NSArray+Utilities.h | 2 +- SoObjects/SOGo/NSArray+Utilities.m | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/SoObjects/SOGo/NSArray+Utilities.h b/SoObjects/SOGo/NSArray+Utilities.h index 246c4700c..f6213738d 100644 --- a/SoObjects/SOGo/NSArray+Utilities.h +++ b/SoObjects/SOGo/NSArray+Utilities.h @@ -30,7 +30,7 @@ @interface NSArray (SOGoArrayUtilities) - (id *) asPointersOfObjects; - + - (NSString *) jsonRepresentation; - (NSArray *) stringsWithFormat: (NSString *) format; diff --git a/SoObjects/SOGo/NSArray+Utilities.m b/SoObjects/SOGo/NSArray+Utilities.m index 8c7453233..146ad8efc 100644 --- a/SoObjects/SOGo/NSArray+Utilities.m +++ b/SoObjects/SOGo/NSArray+Utilities.m @@ -290,4 +290,3 @@ } @end -