summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Weißl <jargon@molb.org>2015-06-11 01:50:06 +0200
committerMichael Klishin <mklishin@pivotal.io>2015-06-11 11:31:15 +0300
commit826fe750d418049ff8120cddb7c16a074d8959c4 (patch)
tree1d358ce826dbbe80ec958341d952406f2f6201ea
parent8531c9fe9fdb1655154e4381e606d3c3af381d83 (diff)
downloadrabbitmq-server-git-826fe750d418049ff8120cddb7c16a074d8959c4.tar.gz
Fix set type
-rw-r--r--src/supervisor2.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor2.erl b/src/supervisor2.erl
index 57c3bfc113..7b9421eb3e 100644
--- a/src/supervisor2.erl
+++ b/src/supervisor2.erl
@@ -137,7 +137,7 @@
-record(state, {name,
strategy :: strategy(),
children = [] :: [child_rec()],
- dynamics :: ?DICT:?DICT() | ?SET:?SET(),
+ dynamics :: ?DICT:?DICT() | ?SETS:?SET(),
intensity :: non_neg_integer(),
period :: pos_integer(),
restarts = [],