diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-08-09 12:31:49 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-08-09 12:31:49 +0100 |
| commit | 1ddad291fa6a5932db9cb1b4dca27419d48cab22 (patch) | |
| tree | e7df98491b52d97aae59b134863129fa2e44c57e | |
| parent | ada63ddb1fd4efbebb26436e36ab7c3588b9354b (diff) | |
| download | rabbitmq-server-git-1ddad291fa6a5932db9cb1b4dca27419d48cab22.tar.gz | |
Matthias thinks this is obvious :)
| -rw-r--r-- | src/mirrored_supervisor.erl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl index 9a69d77d9f..bed24cfd53 100644 --- a/src/mirrored_supervisor.erl +++ b/src/mirrored_supervisor.erl @@ -68,10 +68,6 @@ %% application should invoke create_tables() (or table_definitions() %% if it wants to manage table creation itself). %% -%% Note that in contrast to gen_server2, when using -%% mirrored_supervisor you *must* always call all APIs from the -%% mirrored_supervisor module, and not from the supervisor module. -%% %% Internals %% --------- %% |
