Reflecting the new nttp-store.

This commit is contained in:
edwin%woudt.nl 1999-02-24 21:43:14 +00:00
parent bfc3999469
commit cd3d56724b

View File

@ -113,7 +113,7 @@ public class StoreFactory {
//} else if (proto.equalsIgnoreCase("pop3")) {
// c = Class.forName("grendel.storage.PopStore");
} else if (proto.equalsIgnoreCase("news")) {
c = Class.forName("grendel.storage.NewsStore");
c = Class.forName("dog.mail.nntp.NNTPStore");
}
if (c != null) {