mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-16 14:05:07 -05:00
Removed comment, conversations.values() returns a sorted list as we use a LinkedHashMap
This commit is contained in:
parent
a056b56855
commit
c7b95570da
@ -220,7 +220,6 @@ public class Server
|
|||||||
*/
|
*/
|
||||||
public Collection<Conversation> getConversations()
|
public Collection<Conversation> getConversations()
|
||||||
{
|
{
|
||||||
// XXX: This is a bad idea as this is not sorted.
|
|
||||||
return conversations.values();
|
return conversations.values();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user