ExternalIdCache: Remove unneeded IOException from onReplace

Change-Id: I8d9528728134b0efc02f6a4ab6063a835ce08d46
This commit is contained in:
Dave Borowitz 2018-08-02 10:55:09 -07:00
parent 2809d19223
commit c62a9a87ef
2 changed files with 2 additions and 4 deletions

View File

@ -34,8 +34,7 @@ interface ExternalIdCache {
ObjectId oldNotesRev,
ObjectId newNotesRev,
Collection<ExternalId> toRemove,
Collection<ExternalId> toAdd)
throws IOException;
Collection<ExternalId> toAdd);
Set<ExternalId> byAccount(Account.Id accountId) throws IOException;

View File

@ -59,8 +59,7 @@ class ExternalIdCacheImpl implements ExternalIdCache {
ObjectId oldNotesRev,
ObjectId newNotesRev,
Collection<ExternalId> toRemove,
Collection<ExternalId> toAdd)
throws IOException {
Collection<ExternalId> toAdd) {
updateCache(
oldNotesRev,
newNotesRev,