X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=src%2Fjalview%2Fjsdev%2FConstants.java;fp=src%2Fjalview%2Fjsdev%2FConstants.java;h=2bae93d9723f42d4dd8ad49e22ea8f043eb9e36a;hp=8e4b1fe51efe352478c4510b02c753d017c337e6;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/src/jalview/jsdev/Constants.java b/src/jalview/jsdev/Constants.java index 8e4b1fe..2bae93d 100644 --- a/src/jalview/jsdev/Constants.java +++ b/src/jalview/jsdev/Constants.java @@ -1,31 +1,31 @@ -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"; - -} +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"; + +}