}
}).getDocuments();
}
private List<D> getCurrentDocumentsInRange(final ObjectId oid, final Instant now, final Instant from, final Instant to) {
return historyByVersionsCorrections(new AbstractHistoryRequest() {
@Override
public Instant getCorrectionsFromInstant() {
return now;
}