mirror of
https://github.com/google/nomulus
synced 2026-09-13 11:34:31 +00:00
Remove unnecessary "throws" declarations
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=201058582
This commit is contained in:
@@ -133,7 +133,7 @@ public class DeleteContactsAndHostsActionTest
|
||||
}
|
||||
|
||||
@Before
|
||||
public void setup() throws Exception {
|
||||
public void setup() {
|
||||
enqueuer =
|
||||
new AsyncFlowEnqueuer(
|
||||
getQueue(QUEUE_ASYNC_DELETE),
|
||||
|
||||
Reference in New Issue
Block a user