Now with accurate javadoc
This commit is contained in:
parent
3612a3501d
commit
1eab9be35d
|
|
@ -961,7 +961,7 @@ public class GenomeAnalysisEngine {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the list of intervals passed to the engine.
|
* Get the list of intervals passed to the engine.
|
||||||
* @return List of intervals.
|
* @return List of intervals, or null if no intervals are in use
|
||||||
*/
|
*/
|
||||||
public GenomeLocSortedSet getIntervals() {
|
public GenomeLocSortedSet getIntervals() {
|
||||||
return this.intervals;
|
return this.intervals;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue