Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / src / jalview / jsdev / Constants.java
index 8e4b1fe..2bae93d 100644 (file)
@@ -1,31 +1,31 @@
-package jalview.jsdev;\r
-\r
-/**\r
- * note: not all file openers have corresponding String inFile and FileParse source options. Why not?\r
- * \r
- * @author RM\r
- *\r
- */\r
-abstract public class Constants {\r
-\r
-  public final static String TCOFFEE_SCORE = "TCoffeeScore";\r
-\r
-  public static final int Phylip_FILE = 1;\r
-\r
-       public static final String Phylip_FILE_EXT = "phy";\r
-\r
-       public static final String Phylip_FILE_DESC = "PHYLIP";\r
-\r
-       public static final int JSON_FILE = 2;\r
-\r
-       public static final String JSON_FILE_EXT = "json";\r
-\r
-       public static final String JSON_FILE_DESC = "JSON";\r
-\r
-       public static final int Html_FILE = 3;\r
-\r
-       public static final String Html_FILE_EXT = "html";\r
-\r
-       public static final String Html_FILE_DESC = "HTML";\r
-\r
-}\r
+package jalview.jsdev;
+
+/**
+ * note: not all file openers have corresponding String inFile and FileParse source options. Why not?
+ * 
+ * @author RM
+ *
+ */
+abstract public class Constants {
+
+  public final static String TCOFFEE_SCORE = "TCoffeeScore";
+
+  public static final int Phylip_FILE = 1;
+
+       public static final String Phylip_FILE_EXT = "phy";
+
+       public static final String Phylip_FILE_DESC = "PHYLIP";
+
+       public static final int JSON_FILE = 2;
+
+       public static final String JSON_FILE_EXT = "json";
+
+       public static final String JSON_FILE_DESC = "JSON";
+
+       public static final int Html_FILE = 3;
+
+       public static final String Html_FILE_EXT = "html";
+
+       public static final String Html_FILE_DESC = "HTML";
+
+}