// 2. OR Check if both documents have been marked up-to-date in last cycle. As in that case
// previous cycle would have done the required checks
if (doc.getCreated() >= upToDateRoot.getCreated()
|| doc.getLastCheckTime() == upToDateRoot.getLastCheckTime()) {
doc.markUpToDate(time);
}
}
private void buildPath(StringBuilder sb) {
if (!isRoot()) {