Include making VariantEvaluator public within the package so my oneoffs can be seen (not included in previous submit specifically because I didn't want to break the build by changing anything in core...the road to hell is paved with good intentions)

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3676 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
chartl 2010-06-29 22:26:52 +00:00
parent 9ac13b8f5d
commit 4c6f4e41c6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import org.broadinstitute.sting.gatk.contexts.variantcontext.VariantContext;
* This software is supplied without any warranty or guaranteed support whatsoever. Neither
* the Broad Institute nor MIT can be responsible for its use, misuse, or functionality.
*/
abstract class VariantEvaluator {
public abstract class VariantEvaluator {
// protected boolean accumulateInterestingSites = false, printInterestingSites = false;
// protected String interestingSitePrefix = null;
protected boolean processedASite = false;