Don't cry wolf: only one warning is now emitted, instead of tons of warnings.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1139 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
a3e0ec20c4
commit
d58eeb7539
|
|
@ -55,7 +55,7 @@ public class MergingSamRecordIterator2 implements CloseableIterator<SAMRecord>,
|
|||
private SAMRecord mNextRecord;
|
||||
protected boolean initialized = false;
|
||||
protected final Reads reads;
|
||||
protected boolean warnedUserAboutSortOrder = false; // so we only warn the user once
|
||||
protected static boolean warnedUserAboutSortOrder = false; // so we only warn the user once
|
||||
|
||||
/**
|
||||
* Constructs a new merging iterator with the same set of readers and sort order as
|
||||
|
|
|
|||
Loading…
Reference in New Issue