JAL-1807 still testing
[jalviewjs.git] / unused / com / stevesoft / pat / CodeRule.java
index aa9c4dc..b4739ca 100644 (file)
@@ -1,33 +1,33 @@
-//
-// 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;
-
-/** Implements the rules for \U, \L, \E, \Q in substitutions. */
-public final class CodeRule extends SpecialRule
-{
-  char c = 'E';
-
-  public CodeRule()
-  {
-  }
-
-  public CodeRule(char c)
-  {
-    this.c = c;
-  }
-
-  public void apply(StringBufferLike sb, RegRes res)
-  {
-    sb.setMode(c);
-  }
-
-  public String toString1()
-  {
-    return "\\" + c;
-  }
-}
+//\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
+/** Implements the rules for \U, \L, \E, \Q in substitutions. */\r
+public final class CodeRule extends SpecialRule\r
+{\r
+  char c = 'E';\r
+\r
+  public CodeRule()\r
+  {\r
+  }\r
+\r
+  public CodeRule(char c)\r
+  {\r
+    this.c = c;\r
+  }\r
+\r
+  public void apply(StringBufferLike sb, RegRes res)\r
+  {\r
+    sb.setMode(c);\r
+  }\r
+\r
+  public String toString1()\r
+  {\r
+    return "\\" + c;\r
+  }\r
+}\r