JAL-1807 still testing
[jalviewjs.git] / unused / com / stevesoft / pat / WantMoreTextReplaceRule.java
index 6c0ddeb..fbb3636 100644 (file)
@@ -1,29 +1,29 @@
-//
-// 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;
-
-/**
- * Triggers the reading of another line of text, allowing a longer pattern to
- * match -- for details see <a
- * href="http://javaregex.com/code/WantMore.java.html">WantMore.java</a>.
- */
-public class WantMoreTextReplaceRule extends SpecialRule
-{
-  public WantMoreTextReplaceRule()
-  {
-  }
-
-  public void apply(StringBufferLike sb, RegRes res)
-  {
-  }
-
-  public String toString1()
-  {
-    return "${WANT_MORE_TEXT}";
-  }
-}
+//\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
+ * Triggers the reading of another line of text, allowing a longer pattern to\r
+ * match -- for details see <a\r
+ * href="http://javaregex.com/code/WantMore.java.html">WantMore.java</a>.\r
+ */\r
+public class WantMoreTextReplaceRule extends SpecialRule\r
+{\r
+  public WantMoreTextReplaceRule()\r
+  {\r
+  }\r
+\r
+  public void apply(StringBufferLike sb, RegRes res)\r
+  {\r
+  }\r
+\r
+  public String toString1()\r
+  {\r
+    return "${WANT_MORE_TEXT}";\r
+  }\r
+}\r