better formating

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2737 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
depristo 2010-01-29 15:38:21 +00:00
parent 1993472b38
commit 88495a39d4
1 changed files with 5 additions and 9 deletions

View File

@ -8,24 +8,20 @@ import java.util.*;
/**
* @author ebanks
* @author depristo
* <p/>
* Class VariantContext
* <p/>
* This class represents a context that unifies one or more variants
*
*
*/
public class VariantContext extends AttributedObject {
private GenomeLoc loc;
private Set<Allele> alleles = new HashSet<Allele>();
private Map<String, Genotype> genotypes = new HashMap<String, Genotype>();
Type type = Type.UNDETERMINED;
private Set<Allele> alleles = new HashSet<Allele>();
private Map<String, Genotype> genotypes = new HashMap<String, Genotype>();
Set<Object> filters = new HashSet<Object>();
// ---------------------------------------------------------------------------------------------------------
//
// constructors