SPARK-1096 - Custom status messages should be sorted by name

add generics

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@11433 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Michael Will
2009-11-30 12:14:41 +00:00
committed by michael.will
parent 837a9d1199
commit df6b93ecd0
9 changed files with 114 additions and 88 deletions

View File

@ -20,7 +20,8 @@ import javax.swing.tree.DefaultMutableTreeNode;
*
*/
public class RosterNode extends DefaultMutableTreeNode {
private String name;
private static final long serialVersionUID = -3043224462615651820L;
private String name;
private boolean isGroup;
private Icon openIcon;