EDoc cleanup
This commit is contained in:
parent
0b2b79cd0b
commit
cf0d9a25b4
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ echo(PidSpec, String, Timeout) ->
|
|||
send_sync(PidSpec, {echo, String}, Timeout).
|
||||
|
||||
%% TODO: auth() is not implemented. Auth requires SSL, and this client
|
||||
%% doesn't support SSL yet. This is just a placeholder & reminder.
|
||||
%% doesn't support SSL yet. This is just a placeholder and reminder.
|
||||
|
||||
auth(PidSpec, User, Pass) ->
|
||||
auth(PidSpec, User, Pass, ?DEFAULT_TIMEOUT).
|
||||
|
|
Loading…
Reference in a new issue