summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-11-05 10:53:48 +0000
committerSimon MacMullen <simon@rabbitmq.com>2010-11-05 10:53:48 +0000
commit5b4bec8b1babe011e5eaa03ca3572bcd7f47e1c4 (patch)
tree1512355a33494af23b4b7e13a24f4d8da5cbfb3c
parentc29b3ab1d74bda426f57d56c92545a31520cfc91 (diff)
downloadrabbitmq-server-5b4bec8b1babe011e5eaa03ca3572bcd7f47e1c4.tar.gz
non_neg_integer(), surely
-rw-r--r--src/rabbit_misc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl
index afcdae77..e5c30c06 100644
--- a/src/rabbit_misc.erl
+++ b/src/rabbit_misc.erl
@@ -185,7 +185,7 @@
-spec(unlink_and_capture_exit/1 :: (pid()) -> 'ok').
-spec(get_options/2 :: ([optdef()], [string()])
-> {[string()], [{string(), any()}]}).
--spec(now_ms/0 :: () -> integer()).
+-spec(now_ms/0 :: () -> non_neg_integer()).
-endif.