JAL-2405 enable nucleotide/peptide colour schemes in applet menus
[jalview.git] / src / com / stevesoft / pat / patInf.java
index 09da207..cbdbf9e 100755 (executable)
@@ -1,12 +1,16 @@
-//\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
-final class patInf extends patInt {\r
-    patInf() { inf = true; }\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;
+
+final class patInf extends patInt
+{
+  patInf()
+  {
+    inf = true;
+  }
+};