change variable type to Boolean from boolean to make cmdline parser happy

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@279 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
asivache 2009-04-02 22:35:30 +00:00
parent 16aa979e34
commit c6ab60ee04
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class GenomeAnalysisTK extends CommandLineProgram {
public String pluginPathName = null;
private TraversalEngine engine = null;
public boolean DEBUGGING = false;
public boolean WALK_ALL_LOCI = false;
public Boolean WALK_ALL_LOCI = false;
/**
* An output file presented to the walker.