tiny comment change

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3708 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2010-07-01 22:04:25 +00:00
parent 3093a20a55
commit f967cae1aa
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class VCFFormatHeaderLine extends VCFHeaderLine {
private String mDescription;
private FORMAT_TYPE mType;
// info line numerical values are allowed to be unbounded (or unknown), which is
// format line numerical values are allowed to be unbounded (or unknown), which is
// marked with a dot (.)
public static int UNBOUNDED = -1;
public static String UNBOUNDED_ENCODING_VCF4 = ".";