adjusted for changes to jinetd
[org.ibex.mail.git] / src / org / ibex / mail / protocol / NNTP.java
index c0f9517..dde6a85 100644 (file)
@@ -108,7 +108,7 @@ public class NNTP {
         public String[] newnews(String[] groups, Date d, String[] distributions) { /* FIXME */  return null; }
     }
 
-    public static class Listener implements Worker {
+    public static class Listener {
         private Server api = null;
         private Login login;
         private Connection conn;