Remove declarations of unthrown IOException

Change-Id: I2697644c1364bc993ca526714e606d8cb24364f7
This commit is contained in:
David Pursehouse
2020-03-10 19:12:36 +09:00
parent b1497fdcc0
commit c8562b12cf
21 changed files with 29 additions and 44 deletions

View File

@@ -540,7 +540,7 @@ public class ReplaceOp implements BatchUpdateOp {
}
}
private void fireApprovalsEvent(Context ctx) throws IOException {
private void fireApprovalsEvent(Context ctx) {
if (approvals.isEmpty()) {
return;
}