the user list should use case-INsensitive comparison

This commit is contained in:
Eric J. Bowersox 2004-06-27 18:26:14 +00:00
parent b437a15e73
commit 50c76b3dc7

View File

@ -45,7 +45,7 @@ public class UserListBox implements SideBoxFactory
private int m_total_count;
private int m_max_count;
private int m_anon_count = 0;
private TreeSet m_users = new TreeSet();
private TreeSet m_users = new TreeSet(String.CASE_INSENSITIVE_ORDER);
/*====================================================================
* Constructor