Merge branch 'develop' into improvement/JAL-3830_install4j9_macos_setup_application
[jalview.git] / src / com / stevesoft / pat / WantMoreTextReplaceRule.java
index 5cc6722..6c0ddeb 100755 (executable)
@@ -1,19 +1,29 @@
-//\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
-/** Triggers the reading of another line of text, allowing a longer\r
-    pattern to match -- for details see\r
-    <a href="http://javaregex.com/code/WantMore.java.html">WantMore.java</a>.\r
-    */\r
-public class WantMoreTextReplaceRule extends SpecialRule {\r
-    public WantMoreTextReplaceRule() {}\r
-    public void apply(StringBufferLike sb,RegRes res) {\r
-    }\r
-    public String toString1() { return "${WANT_MORE_TEXT}"; }\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;
+
+/**
+ * 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}";
+  }
+}