From 9ef1a21112aab1dbe8f4880cf1bfb3114679282b Mon Sep 17 00:00:00 2001 From: asivache Date: Tue, 26 May 2009 21:03:06 +0000 Subject: [PATCH] minor changes git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@817 348d0f76-0448-11de-a6fe-93d51630548a --- java/src/org/broadinstitute/sting/utils/GenotypeUtils.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/src/org/broadinstitute/sting/utils/GenotypeUtils.java b/java/src/org/broadinstitute/sting/utils/GenotypeUtils.java index aeb4d9dbc..dec6e1b0c 100644 --- a/java/src/org/broadinstitute/sting/utils/GenotypeUtils.java +++ b/java/src/org/broadinstitute/sting/utils/GenotypeUtils.java @@ -16,7 +16,7 @@ public class GenotypeUtils { public static enum VariantType { POINT, INDEL; - VariantType() {} +// VariantType() {} } /** This method accepts rods that implement either Genotype or GenotypeList interface (all others will result in an exception). Variant @@ -76,6 +76,7 @@ public class GenotypeUtils { else throw new StingException("track "+rod.getName()+" is not a Genotype or GenotypeList"); } + /** This class represents a "default" indel-type genotype with homozygous reference (i.e. confidently no indel) * call. All the interface methods are implemented and return consistent values. Use this class when working with