Now with accurate javadoc

This commit is contained in:
Mark DePristo 2011-08-22 17:25:15 -04:00
parent 3612a3501d
commit 1eab9be35d
1 changed files with 1 additions and 1 deletions

View File

@ -961,7 +961,7 @@ public class GenomeAnalysisEngine {
/**
* 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() {
return this.intervals;