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:
ebanks 2009-03-18 15:50:17 +00:00
parent bb94c853f8
commit fe9e52c47e
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {