From bb619a9a3c946cef37ccbcadf8f00af57db5dd8e Mon Sep 17 00:00:00 2001 From: Eric Banks Date: Wed, 28 Sep 2011 13:13:03 -0400 Subject: [PATCH] Fixing docs --- .../broadinstitute/sting/gatk/walkers/annotator/SampleList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/java/src/org/broadinstitute/sting/gatk/walkers/annotator/SampleList.java b/public/java/src/org/broadinstitute/sting/gatk/walkers/annotator/SampleList.java index ff409484d..ee08cfa3b 100755 --- a/public/java/src/org/broadinstitute/sting/gatk/walkers/annotator/SampleList.java +++ b/public/java/src/org/broadinstitute/sting/gatk/walkers/annotator/SampleList.java @@ -42,7 +42,7 @@ import java.util.List; import java.util.Map; /** - * List all of the samples in the info field + * List all of the polymorphic samples. */ public class SampleList extends InfoFieldAnnotation {