allow on fly sorting AND validation
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@86 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
bb94c853f8
commit
fe9e52c47e
|
|
@ -315,7 +315,7 @@ public class TraversalEngine {
|
|||
|
||||
if ( SORT_ON_FLY )
|
||||
samReadIter = new SortSamIterator(samReadIter, MAX_ON_FLY_SORTS);
|
||||
else if ( beSafeP )
|
||||
if ( beSafeP )
|
||||
samReadIter = new VerifyingSamIterator(samReadIter);
|
||||
|
||||
if ( THREADED_IO ) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue