Skip to content

Commit

Permalink
Remove a completed @todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Hoguin committed Feb 27, 2012
1 parent f788447 commit ac1424f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cowboy_ssl_transport.erl
Expand Up @@ -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()}])
Expand Down

0 comments on commit ac1424f

Please sign in to comment.