diff options
| author | Johannes Weißl <jargon@molb.org> | 2015-06-11 01:50:06 +0200 |
|---|---|---|
| committer | Johannes Weißl <jargon@molb.org> | 2015-06-11 01:50:06 +0200 |
| commit | 175b0dfd2eb34483ac915acf00bbb2512409c0e3 (patch) | |
| tree | 2de9a402f8734be9f963f994ecf5e10b1e00de5b /src | |
| parent | a3e4afb22877b0489fbb8c372e6b5c4c35ca274b (diff) | |
| download | rabbitmq-server-git-175b0dfd2eb34483ac915acf00bbb2512409c0e3.tar.gz | |
Fix set type
Diffstat (limited to 'src')
| -rw-r--r-- | src/supervisor2.erl | 2 |
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 = [], |
