1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00

Removed comment, conversations.values() returns a sorted list as we use a LinkedHashMap

This commit is contained in:
Sebastian Kaspari 2010-04-01 01:20:27 +02:00
parent a056b56855
commit c7b95570da

View File

@ -220,7 +220,6 @@ public class Server
*/
public Collection<Conversation> getConversations()
{
// XXX: This is a bad idea as this is not sorted.
return conversations.values();
}