diff -r e118b4d60029 -r b78e77619152 src/org/sonews/storage/Group.java --- a/src/org/sonews/storage/Group.java Sun Sep 11 14:19:19 2011 +0200 +++ b/src/org/sonews/storage/Group.java Sun Sep 11 15:05:04 2011 +0200 @@ -27,7 +27,7 @@ * @author Christian Lins * @since sonews/0.5.0 */ -public class Group extends Channel { +public class Group { /** * If this flag is set the Group is no real newsgroup but a mailing list @@ -56,7 +56,7 @@ /** * @return List of all groups this server handles. */ - public static List getAll() { + public static List getAll() { try { return StorageManager.current().getGroups(); } catch (StorageBackendException ex) {