needed for applet search
[jalview.git] / src / com / stevesoft / pat / SpecialRule.java
diff --git a/src/com/stevesoft/pat/SpecialRule.java b/src/com/stevesoft/pat/SpecialRule.java
new file mode 100755 (executable)
index 0000000..72df8d2
--- /dev/null
@@ -0,0 +1,13 @@
+//\r
+// This software is now distributed according to\r
+// the Lesser Gnu Public License.  Please see\r
+// http://www.gnu.org/copyleft/lesser.txt for\r
+// the details.\r
+//    -- Happy Computing!\r
+//\r
+package com.stevesoft.pat;\r
+\r
+public class SpecialRule extends ReplaceRule {\r
+    public SpecialRule() {}\r
+    public void apply(StringBufferLike sb,RegRes rr) {}\r
+}\r