169170171172173174175
git.close(); } } private PatchListKey keyFor(final Whitespace whitespace) { return new PatchListKey(projectKey, aId, bId, whitespace); }
182183184185186187188
throw new NoSuchEntityException(); } } private PatchListKey keyFor(final Whitespace whitespace) { return new PatchListKey(projectKey, oldId, newId, whitespace); }