diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-08-05 13:00:13 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-08-05 13:00:13 +0100 |
| commit | 4a973ca48103c560fb09b3a961991aeb83481f9a (patch) | |
| tree | 867835b80721308b70a588ac8db6f02e5dbf3dfd /src/gatherer.erl | |
| parent | 18a52855ccb9bfabffaed7b36d133200ea5f6b0c (diff) | |
| download | rabbitmq-server-git-4a973ca48103c560fb09b3a961991aeb83481f9a.tar.gz | |
more specs
Specs for gatherer, gm, priority_queue, rabbit and rabbit_sup are up
to date.
Diffstat (limited to 'src/gatherer.erl')
| -rw-r--r-- | src/gatherer.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gatherer.erl b/src/gatherer.erl index aa43e9a980..fe976b50a2 100644 --- a/src/gatherer.erl +++ b/src/gatherer.erl @@ -27,7 +27,7 @@ -ifdef(use_specs). --spec(start_link/0 :: () -> {'ok', pid()} | {'error', any()}). +-spec(start_link/0 :: () -> rabbit_types:ok_pid_or_error()). -spec(stop/1 :: (pid()) -> 'ok'). -spec(fork/1 :: (pid()) -> 'ok'). -spec(finish/1 :: (pid()) -> 'ok'). |
