Trivial change to remove space at the end of the description

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5495 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2011-03-23 01:47:46 +00:00
parent 3414bccb46
commit ded80e0c57
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ public class GenomicAnnotation implements InfoFieldAnnotation {
public List<VCFInfoHeaderLine> getDescriptions() {
return Arrays.asList(new VCFInfoHeaderLine("GenericAnnotation", 1, VCFHeaderLineType.Integer, "For each variant in the 'variants' ROD, finds all entries in the other -B files that overlap the variant's position. "));
return Arrays.asList(new VCFInfoHeaderLine("GenericAnnotation", 1, VCFHeaderLineType.Integer, "For each variant in the 'variants' ROD, finds all entries in the other -B files that overlap the variant's position."));
}
public List<String> getKeyNames() {