diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-09-17 08:43:24 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-09-17 08:43:24 +0000 |
commit | 263b41b74510f4778fc463c7f6c31fe71e0ee650 (patch) | |
tree | df3ee7124db61b4b213a2e78a9827331d5097206 /Source/SPNavigatorController.m | |
parent | 3c4fe5edf037b798e0db6c52e8077e7aebb2022b (diff) | |
download | sequelpro-263b41b74510f4778fc463c7f6c31fe71e0ee650.tar.gz sequelpro-263b41b74510f4778fc463c7f6c31fe71e0ee650.tar.bz2 sequelpro-263b41b74510f4778fc463c7f6c31fe71e0ee650.zip |
• only some minor code cosmetics
Diffstat (limited to 'Source/SPNavigatorController.m')
-rw-r--r-- | Source/SPNavigatorController.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPNavigatorController.m b/Source/SPNavigatorController.m index 3ce8a090..76d77e7e 100644 --- a/Source/SPNavigatorController.m +++ b/Source/SPNavigatorController.m @@ -47,7 +47,7 @@ static NSComparisonResult compareStrings(NSString *s1, NSString *s2, void* conte } -/* +/** * Returns the shared query console. */ + (SPNavigatorController *)sharedNavigatorController @@ -110,7 +110,7 @@ static NSComparisonResult compareStrings(NSString *s1, NSString *s2, void* conte [functionIcon release]; [fieldIcon release]; } -/* +/** * The following base protocol methods are implemented to ensure the singleton status of this class. */ @@ -1018,7 +1018,7 @@ static NSComparisonResult compareStrings(NSString *s1, NSString *s2, void* conte return NO; return YES; } -/* +/** * Double-click on item selects the chosen path in active connection window */ - (BOOL)outlineView:(NSOutlineView *)outlineView shouldEditTableColumn:(NSTableColumn *)tableColumn item:(id)item |