JAL-1807 still testing
[jalviewjs.git] / unused / com / stevesoft / pat / MultiMin.java
index 6054e06..fad2558 100644 (file)
@@ -1,21 +1,21 @@
-//
-// 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;
-
-/**
- * This extension of multi is the version of multi which wants to match the
- * fewest number of characters. It implements the *? type of syntax.
- */
-class MultiMin extends Multi
-{
-  MultiMin(patInt i1, patInt i2, Pattern p) throws RegSyntax
-  {
-    super(i1, i2, p);
-    matchFewest = true;
-  }
-};
+//\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
+ * This extension of multi is the version of multi which wants to match the\r
+ * fewest number of characters. It implements the *? type of syntax.\r
+ */\r
+class MultiMin extends Multi\r
+{\r
+  MultiMin(patInt i1, patInt i2, Pattern p) throws RegSyntax\r
+  {\r
+    super(i1, i2, p);\r
+    matchFewest = true;\r
+  }\r
+};\r