mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Revert to openstep spec
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3241 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
73b1a78087
commit
273e6d76d4
1 changed files with 1 additions and 6 deletions
|
@ -419,12 +419,7 @@ static Class NSMutableSet_concrete_class;
|
|||
|
||||
- (NSString*) descriptionWithLocale: (NSDictionary*)locale
|
||||
{
|
||||
return [self descriptionWithLocale: locale indent: 0];
|
||||
}
|
||||
|
||||
- (NSString*) descriptionWithLocale: (NSDictionary*)locale indent: (unsigned)i
|
||||
{
|
||||
return [[self allObjects] descriptionWithLocale: locale indent: i];
|
||||
return [[self allObjects] descriptionWithLocale: locale];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue