Remove declarations of unthrown IOException
Change-Id: I2697644c1364bc993ca526714e606d8cb24364f7
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user