Use dot syntax
This commit is contained in:
parent
056f31ddad
commit
bdd641b92d
3 changed files with 37 additions and 35 deletions
|
@ -148,6 +148,6 @@
|
|||
_host, _port, [_socket class], error];
|
||||
}
|
||||
|
||||
return [super description];
|
||||
return super.description;
|
||||
}
|
||||
@end
|
||||
|
|
Reference in a new issue