1.1 --- a/src/org/sonews/storage/Group.java Sun Sep 11 14:19:19 2011 +0200
1.2 +++ b/src/org/sonews/storage/Group.java Sun Nov 06 00:08:05 2011 +0100
1.3 @@ -27,7 +27,7 @@
1.4 * @author Christian Lins
1.5 * @since sonews/0.5.0
1.6 */
1.7 -public class Group extends Channel {
1.8 +public class Group {
1.9
1.10 /**
1.11 * If this flag is set the Group is no real newsgroup but a mailing list
1.12 @@ -56,7 +56,7 @@
1.13 /**
1.14 * @return List of all groups this server handles.
1.15 */
1.16 - public static List<Channel> getAll() {
1.17 + public static List<Group> getAll() {
1.18 try {
1.19 return StorageManager.current().getGroups();
1.20 } catch (StorageBackendException ex) {