remove mail.Filter
authoradam <adam@megacz.com>
Sat, 17 Mar 2007 08:52:50 +0000 (08:52 +0000)
committeradam <adam@megacz.com>
Sat, 17 Mar 2007 08:52:50 +0000 (08:52 +0000)
darcs-hash:20070317085250-5007d-892229e445f22396a3dc798741d4f4d24662695a.gz

src/org/ibex/mail/Filter.java [deleted file]

diff --git a/src/org/ibex/mail/Filter.java b/src/org/ibex/mail/Filter.java
deleted file mode 100644 (file)
index 6ac384d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
-// Licensed under the Apache Public Source License 2.0 ("the License").
-// You may not use this file except in compliance with the License.
-
-package org.ibex.mail;
-/** generic superclass for processing elements that recieve a message and "usually" pass it on */
-public class Filter {
-    public Message process(Message m) { return null; }
-}