25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Specify type of second terminate/2 parameter

This commit is contained in:
Holger Weiss 2016-04-19 09:15:09 +02:00
parent 0bdcafdb02
commit 382c6ce1fb
2 changed files with 2 additions and 2 deletions

View File

@ -375,7 +375,7 @@ handle_info(Info, State) ->
?ERROR_MSG("Got unexpected info: ~p", [Info]), ?ERROR_MSG("Got unexpected info: ~p", [Info]),
{noreply, State}. {noreply, State}.
-spec terminate(normal | shutdown | {shutdown, _} | _, _) -> ok. -spec terminate(normal | shutdown | {shutdown, _} | _, state()) -> ok.
terminate(Reason, #state{server_host = ServerHost, host = Host}) -> terminate(Reason, #state{server_host = ServerHost, host = Host}) ->
?DEBUG("Stopping HTTP upload process for ~s: ~p", [ServerHost, Reason]), ?DEBUG("Stopping HTTP upload process for ~s: ~p", [ServerHost, Reason]),

View File

@ -239,7 +239,7 @@ handle_info(Info, State) ->
?ERROR_MSG("Got unexpected info: ~p", [Info]), ?ERROR_MSG("Got unexpected info: ~p", [Info]),
{noreply, State}. {noreply, State}.
-spec terminate(normal | shutdown | {shutdown, _} | _, _) -> ok. -spec terminate(normal | shutdown | {shutdown, _} | _, state()) -> ok.
terminate(Reason, #state{server_host = ServerHost, timers = Timers}) -> terminate(Reason, #state{server_host = ServerHost, timers = Timers}) ->
?DEBUG("Stopping upload quota process for ~s: ~p", [ServerHost, Reason]), ?DEBUG("Stopping upload quota process for ~s: ~p", [ServerHost, Reason]),