343344345346347348349350351352353
end -= (next - to); next = to; } } else if (curVersion > versionHandle) { if (vh2ts(versionHandle) != vh2ts(curVersion)) { throw new VersionsOutOfOrderException("Versions out of order"); } remainder = end - to; break; } to = next;
342343344345346347348349350351352