ExternalIdCache: Remove unneeded IOException from onReplace
Change-Id: I8d9528728134b0efc02f6a4ab6063a835ce08d46
This commit is contained in:
parent
2809d19223
commit
c62a9a87ef
@ -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;
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user