fixing scaling images -> nullpointer, patch by yossarian
[mir.git] / source / mircoders / abuse / FilterInstance.java
index dd20409..a943794 100755 (executable)
@@ -31,7 +31,12 @@ package mircoders.abuse;
 \r
 import mir.entity.Entity;\r
 import mir.session.Request;\r
-\r
+/**\r
+ * Classes implementing this interface provide the test() method\r
+ * that actually does the filtering work (ie. matching the \r
+ * data). The description of a filter is found in classes \r
+ * implementing FilterType \r
+ */\r
 public interface FilterInstance {\r
   /**\r
    * Must return <code>true</code> if the posting matches the filter.\r