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:
parent
16aa979e34
commit
c6ab60ee04
|
|
@ -57,7 +57,7 @@ public class GenomeAnalysisTK extends CommandLineProgram {
|
||||||
public String pluginPathName = null;
|
public String pluginPathName = null;
|
||||||
private TraversalEngine engine = null;
|
private TraversalEngine engine = null;
|
||||||
public boolean DEBUGGING = false;
|
public boolean DEBUGGING = false;
|
||||||
public boolean WALK_ALL_LOCI = false;
|
public Boolean WALK_ALL_LOCI = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An output file presented to the walker.
|
* An output file presented to the walker.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue