mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
Remove unnecessary "throws" declarations
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=201058582
This commit is contained in:
parent
a7256f5edd
commit
5d80f124ca
377 changed files with 2297 additions and 2373 deletions
|
@ -191,8 +191,7 @@ public class RdeContactReaderTest {
|
|||
|
||||
/** Verifies that contact id and ROID match expected values */
|
||||
private void checkContact(
|
||||
JaxbFragment<XjcRdeContactElement> fragment, String contactId, String repoId)
|
||||
throws Exception {
|
||||
JaxbFragment<XjcRdeContactElement> fragment, String contactId, String repoId) {
|
||||
assertThat(fragment).isNotNull();
|
||||
XjcRdeContact contact = fragment.getInstance().getValue();
|
||||
assertThat(contact.getId()).isEqualTo(contactId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue