merge from 2_4_Release branch
[jalview.git] / src / com / stevesoft / pat / SpecialRule.java
index fbae452..2a249a2 100755 (executable)
@@ -1,18 +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\r
-    extends ReplaceRule\r
-{\r
-  public SpecialRule()\r
-  {}\r
-\r
-  public void apply(StringBufferLike sb, RegRes rr)\r
-  {}\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)
+  {
+  }
+}