]> granicus.if.org Git - ejabberd/commitdiff
Fix EDoc comment
authorBadlop <badlop@process-one.net>
Thu, 27 Aug 2009 18:15:12 +0000 (18:15 +0000)
committerBadlop <badlop@process-one.net>
Thu, 27 Aug 2009 18:15:12 +0000 (18:15 +0000)
SVN Revision: 2552

src/mod_pubsub/mod_pubsub_odbc.erl
src/mod_pubsub/pubsub_odbc.patch

index bf8ece3e76170930316cab59654af43c40523602..e7d5934387138f59d4e3e91f7cf18114db654c3b 100644 (file)
@@ -3005,7 +3005,7 @@ node_options(Type) ->
            Result
     end.
 
-%% @spec (NodeId) -> [ljid()]
+%% @spec (Host, Type, NodeId) -> [ljid()]
 %%    NodeId = pubsubNodeId()
 %% @doc <p>Return list of node owners.</p>
 node_owners(Host, Type, NodeId) ->
index 46d68ed0313a4c76d1e0ba0d536b536f3430d3e3..0694e8302ba13c285101b75c28bad3365621f9b4 100644 (file)
            Result
      end.
  
-+%% @spec (NodeId) -> [ljid()]
++%% @spec (Host, Type, NodeId) -> [ljid()]
 +%%    NodeId = pubsubNodeId()
 +%% @doc <p>Return list of node owners.</p>
 +node_owners(Host, Type, NodeId) ->