summaryrefslogtreecommitdiff
path: root/src/rabbit_auth_mechanism.erl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-09-19 11:23:52 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-09-19 11:23:52 +0100
commit854665a81c5b0eca2e7934a726bb9293a84d1174 (patch)
tree53e199f226082f4582103cd5aa54f2c67ceb2770 /src/rabbit_auth_mechanism.erl
parent527c72cc285638bdd784f8780099b80b6937e3eb (diff)
downloadrabbitmq-server-854665a81c5b0eca2e7934a726bb9293a84d1174.tar.gz
use the correct type
Diffstat (limited to 'src/rabbit_auth_mechanism.erl')
-rw-r--r--src/rabbit_auth_mechanism.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_auth_mechanism.erl b/src/rabbit_auth_mechanism.erl
index eda6a743..c7d74dc3 100644
--- a/src/rabbit_auth_mechanism.erl
+++ b/src/rabbit_auth_mechanism.erl
@@ -19,7 +19,7 @@
-ifdef(use_specs).
%% A description.
--callback description() -> [proplist:property()].
+-callback description() -> [proplists:property()].
%% If this mechanism is enabled, should it be offered for a given socket?
%% (primarily so EXTERNAL can be SSL-only)