diff options
author | Tim Watson <tim@rabbitmq.com> | 2013-03-06 20:31:01 +0000 |
---|---|---|
committer | Tim Watson <tim@rabbitmq.com> | 2013-03-06 20:31:01 +0000 |
commit | 014c57a22d2b4c57036fd18dc08fd645eba3a860 (patch) | |
tree | 90073151e6c99091be72e434ba0195e15e43b9fa | |
parent | d8b30c8d9baf22bdce5644b2af854f2edb080738 (diff) | |
parent | 971559d454c8873afdcc1a66fc1267fc0c26480c (diff) | |
download | rabbitmq-server-014c57a22d2b4c57036fd18dc08fd645eba3a860.tar.gz |
merge heads
-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 719c8b3c..02811994 100644 --- a/src/supervisor2.erl +++ b/src/supervisor2.erl @@ -1,4 +1,4 @@ -%% This file is a copy of supervisor.erl from the R15B-3 Erlang/OTP +%% This file is a copy of supervisor.erl from the R16B Erlang/OTP %% distribution, with the following modifications: %% %% 1) the module name is supervisor2 |