diff options
author | Micael Karlberg <[email protected]> | 2011-11-21 17:56:37 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-21 17:56:37 +0100 |
commit | a41174d5ef937a22455f8cc52428fee313ae156e (patch) | |
tree | d9e36d7e2ff2fbbaea3e26a8a6a206230b23f0b3 /lib/inets/src/http_client | |
parent | f9ab9f01694473e2843f3f1526ef60129a2f123b (diff) | |
download | otp-a41174d5ef937a22455f8cc52428fee313ae156e.tar.gz otp-a41174d5ef937a22455f8cc52428fee313ae156e.tar.bz2 otp-a41174d5ef937a22455f8cc52428fee313ae156e.zip |
Various minor dialyzer related cleanup.
Diffstat (limited to 'lib/inets/src/http_client')
-rw-r--r-- | lib/inets/src/http_client/httpc_manager.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/src/http_client/httpc_manager.erl b/lib/inets/src/http_client/httpc_manager.erl index ab575d867e..121562195f 100644 --- a/lib/inets/src/http_client/httpc_manager.erl +++ b/lib/inets/src/http_client/httpc_manager.erl @@ -37,7 +37,7 @@ delete_session/2, set_options/2, store_cookies/3, - which_cookies/1, which_cookies/2, + which_cookies/1, which_cookies/2, which_cookies/3, reset_cookies/1, session_type/1, info/1 |