mirror of
https://github.com/google/nomulus.git
synced 2025-06-03 02:57:33 +02:00
Remove more unnecessary "throws" declarations
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=201243722
This commit is contained in:
parent
47322b7fcd
commit
ad73f3d167
61 changed files with 318 additions and 331 deletions
|
@ -108,7 +108,7 @@ public class LordnTaskTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void test_enqueueDomainResourceTask_sunrise() throws Exception {
|
||||
public void test_enqueueDomainResourceTask_sunrise() {
|
||||
DomainResource domain = newDomainBuilder(DateTime.parse("2010-05-01T10:11:12Z"))
|
||||
.setRepoId("A-EXAMPLE")
|
||||
.build();
|
||||
|
@ -120,7 +120,7 @@ public class LordnTaskTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void test_enqueueDomainResourceTask_claims() throws Exception {
|
||||
public void test_enqueueDomainResourceTask_claims() {
|
||||
DateTime time = DateTime.parse("2010-05-01T10:11:12Z");
|
||||
DomainResource domain = newDomainBuilder(time)
|
||||
.setRepoId("11-EXAMPLE")
|
||||
|
@ -134,7 +134,7 @@ public class LordnTaskTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void test_oteRegistrarWithNullIanaId() throws Exception {
|
||||
public void test_oteRegistrarWithNullIanaId() {
|
||||
ofy()
|
||||
.transact(
|
||||
() ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue