mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
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:
committed by
michael.will
parent
837a9d1199
commit
df6b93ecd0
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user