JAL-1807 still testing
[jalviewjs.git] / unused / com / stevesoft / pat / LeftRule.java
index 1a427f9..856c7e0 100644 (file)
@@ -1,31 +1,31 @@
-//
-// 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;
-
-/**
- * The apply(StringBufferLike sb,RegRes res) method of this derivation of
- * ReplaceRule appends the contents of res.left() to the javajs.util.SB sb.
- * 
- * @see com.stevesoft.pat.ReplaceRule
- */
-public class LeftRule extends ReplaceRule
-{
-  public LeftRule()
-  {
-  }
-
-  public void apply(StringBufferLike sb, RegRes res)
-  {
-    sb.appendStr(res.left());
-  }
-
-  public String toString1()
-  {
-    return "$`";
-  }
-}
+//\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
+/**\r
+ * The apply(StringBufferLike sb,RegRes res) method of this derivation of\r
+ * ReplaceRule appends the contents of res.left() to the javajs.util.SB sb.\r
+ * \r
+ * @see com.stevesoft.pat.ReplaceRule\r
+ */\r
+public class LeftRule extends ReplaceRule\r
+{\r
+  public LeftRule()\r
+  {\r
+  }\r
+\r
+  public void apply(StringBufferLike sb, RegRes res)\r
+  {\r
+    sb.appendStr(res.left());\r
+  }\r
+\r
+  public String toString1()\r
+  {\r
+    return "$`";\r
+  }\r
+}\r