187188189190191192193194195196197
if (base == null) throw new IllegalArgumentException("base SHA not found: " + Hex.encodeHexString(sha)); if (p.getLength() != base.getLength()) { return new OffsetAndLength(base, 0, p.getLength()); } return base; }