Browse Source

Make cowboy_protocol:resume/6 private

Loïc Hoguin 12 years ago
parent
commit
f9c3b36847
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/cowboy_protocol.erl

+ 1 - 0
src/cowboy_protocol.erl

@@ -509,6 +509,7 @@ execute(Req, State, Env, [Middleware|Tail]) ->
 			error_terminate(Code, Req2, State)
 	end.
 
+%% @private
 -spec resume(#state{}, cowboy_middleware:env(), [module()],
 	module(), module(), [any()]) -> ok.
 resume(State, Env, Tail, Module, Function, Args) ->