Skip to content

Commit

Permalink
WHISTLE-1441: specs for put/X
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed Dec 4, 2012
1 parent c366ba8 commit 56f704b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whistle_apps/apps/crossbar/src/modules/cb_queues.erl
Expand Up @@ -241,7 +241,7 @@ is_valid_endpoint(CallMeJObj) ->
-spec put/1 :: (cb_context:context()) -> cb_context:context().
-spec put/2 :: (cb_context:context(), path_token()) -> cb_context:context().
-spec put/3 :: (cb_context:context(), path_token(), path_token()) -> cb_context:context().
put(#cb_context{}=Context) ->
put(Context) ->
lager:debug("saving new queue"),
crossbar_doc:save(Context).

Expand Down

0 comments on commit 56f704b

Please sign in to comment.