Browse Source

Remove a completed @todo comment

Loïc Hoguin 13 years ago
parent
commit
ac1424fd6a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/cowboy_ssl_transport.erl

+ 0 - 1
src/cowboy_ssl_transport.erl

@@ -58,7 +58,6 @@ messages() -> {ssl, ssl_closed, ssl_error}.
 %% </dl>
 %%
 %% @see ssl:listen/2
-%% @todo The password option shouldn't be mandatory.
 -spec listen([{port, inet:ip_port()} | {certfile, string()}
 	| {keyfile, string()} | {password, string()}
 	| {cacertfile, string()} | {ip, inet:ip_address()}])