Made enum listing header fields public.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1545 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kiran 2009-09-08 06:12:59 +00:00
parent fd20f5c2e8
commit f963cfcb21
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import java.util.Map;
*/
public class VCFGenotypeRecord {
// what kind of phasing this genotype has
enum PHASE {
public enum PHASE {
UNPHASED, PHASED, PHASED_SWITCH_PROB, UNKNOWN
}