diff -r e118b4d60029 -r d843b4fee5dc 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	Thu Oct 20 09:59: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<Channel> getAll() {
+	public static List<Group> getAll() {
 		try {
 			return StorageManager.current().getGroups();
 		} catch (StorageBackendException ex) {