Skip to content

Commit 1c311b3

Browse files
authored
No throw when backfillKeys fails (#498)
1 parent 847d8a9 commit 1c311b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/uid2/admin/cloudencryption/CloudEncryptionKeyManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public void backfillKeys() throws Exception {
7272
LOGGER.info("Key backfill complete. Diff: {}", diff);
7373
} catch (Exception e) {
7474
LOGGER.error("Key backfill failed", e);
75-
throw e;
7675
}
7776
}
7877

0 commit comments

Comments
 (0)