disable a part of the ROD for Reads code until the rest of the system goes live
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2896 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
496ecc8186
commit
622554d7bd
|
|
@ -116,10 +116,10 @@ class ReferenceOrderedDataPool extends ResourcePool<FlashBackIterator, FlashBack
|
|||
if( (RODIterator.position() == null && RODIterator.hasNext()) ||
|
||||
(RODIterator.position() != null && RODIterator.position().isBefore(position)) )
|
||||
return RODIterator;
|
||||
if ((RODIterator.position() != null && RODIterator.canFlashBackTo(position))) {
|
||||
RODIterator.flashBackTo(position);
|
||||
return RODIterator;
|
||||
}
|
||||
// if (RODIterator.position() != null && RODIterator.canFlashBackTo(position)) {
|
||||
// RODIterator.flashBackTo(position);
|
||||
// return RODIterator;
|
||||
// }
|
||||
|
||||
}
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue