aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-08-31 11:11:13 +0000
committerBadlop <badlop@process-one.net>2009-08-31 11:11:13 +0000
commitf6c6a7ee3144ad9a27e51712c121ef7c4bb4b4a3 (patch)
tree48dc498432c0e22d43ccd939331981d0f5ba5719 /src
parentRename erlang log file sasl.log to erlang.log (EJAB-783) (diff)
Fix Edoc errors
SVN Revision: 2569
Diffstat (limited to 'src')
-rw-r--r--src/mod_pubsub/nodetree_tree_odbc.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_pubsub/nodetree_tree_odbc.erl b/src/mod_pubsub/nodetree_tree_odbc.erl
index 04b098fcb..ab7525c60 100644
--- a/src/mod_pubsub/nodetree_tree_odbc.erl
+++ b/src/mod_pubsub/nodetree_tree_odbc.erl
@@ -88,7 +88,7 @@ options() ->
[{virtual_tree, false},
{odbc, true}].
-%% @spec (Host, Node) -> pubsubNode() | {error, Reason}
+%% @spec (Host, Node, From) -> pubsubNode() | {error, Reason}
%% Host = mod_pubsub:host()
%% Node = mod_pubsub:pubsubNode()
get_node(Host, Node, _From) ->
@@ -122,7 +122,7 @@ get_node(NodeId) ->
{error, ?ERR_ITEM_NOT_FOUND}
end.
-%% @spec (Host) -> [pubsubNode()] | {error, Reason}
+%% @spec (Host, From) -> [pubsubNode()] | {error, Reason}
%% Host = mod_pubsub:host() | mod_pubsub:jid()
get_nodes(Host, _From) ->
get_nodes(Host).