Commit 04802785 authored by guus's avatar guus

OF-532: Update documentation to be correct.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12998 b35dd754-fafc-0310-a699-88a17e54d16e
parent 053c2df7
......@@ -565,10 +565,10 @@ public class RoutingTableImpl extends BasicModule implements RoutingTable, Clust
}
/**
* Returns the sessions that had the highest presence priority greater than zero.
* Returns the sessions that had the highest presence priority that is non-negative.
*
* @param sessions the list of user sessions that filter and get the ones with highest priority.
* @return the sessions that had the highest presence priority greater than zero or empty collection
* @return the sessions that had the highest presence non-negative priority or empty collection
* if all were negative.
*/
private List<ClientSession> getHighestPrioritySessions(List<ClientSession> sessions) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment