From e29f47893f0ae7035c6a53cd1f6c9c87a0654639 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 6 Sep 2016 00:05:54 +0200 Subject: [PATCH] mod_pubsub: Remove outdated comment --- src/mod_pubsub.erl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mod_pubsub.erl b/src/mod_pubsub.erl index 81afc9a06..d64d05737 100644 --- a/src/mod_pubsub.erl +++ b/src/mod_pubsub.erl @@ -363,8 +363,6 @@ depends(ServerHost, Opts) -> %% The default plugin module is implicit. %%

The Erlang code for the plugin is located in a module called %% node_plugin. The 'node_' prefix is mandatory.

-%%

The modules are initialized in alphetical order and the list is checked -%% and sorted to ensure that each module is initialized only once.

%%

See {@link node_hometree:init/1} for an example implementation.

init_plugins(Host, ServerHost, Opts) -> TreePlugin = tree(Host, gen_mod:get_opt(nodetree, Opts, -- 2.40.0