pir format ambiguity and todo regarding 'format override' parameter
[jalview.git] / src / com / stevesoft / pat / SpecialRule.java
index 72df8d2..2a249a2 100755 (executable)
@@ -1,13 +1,19 @@
-//\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
+//
+// This software is now distributed according to
+// the Lesser Gnu Public License.  Please see
+// http://www.gnu.org/copyleft/lesser.txt for
+// the details.
+//    -- Happy Computing!
+//
+package com.stevesoft.pat;
+
+public class SpecialRule extends ReplaceRule
+{
+  public SpecialRule()
+  {
+  }
+
+  public void apply(StringBufferLike sb, RegRes rr)
+  {
+  }
+}