Commit 4907d15a authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added #toString.

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@3025 b35dd754-fafc-0310-a699-88a17e54d16e
parent 20581e3b
......@@ -146,6 +146,10 @@ public class Group implements Cacheable {
}
}
public String toString() {
return name;
}
/**
* Returns all extended properties of the group. Groups
* have an arbitrary number of extended properties.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment