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:
parent
3093a20a55
commit
f967cae1aa
|
|
@ -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 = ".";
|
||||
|
|
|
|||
Loading…
Reference in New Issue