1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 21:47:31 +00:00

Remove some unnecessary parens (#929)

* Remove some unnecessary parens

Remove extra parens that cause a compile warning.

* Removed the correct paren this time.
This commit is contained in:
Michael Muller
2021-01-14 17:09:27 -05:00
committed by GitHub
parent 56e384aa4f
commit 3d33c81475

View File

@@ -71,8 +71,8 @@ public class ContactCommandTest {
EppLoader eppLoader = new EppLoader(this, "contact_update.xml");
Update command =
(Update)
(((ResourceCommandWrapper) (eppLoader.getEpp().getCommandWrapper().getCommand()))
.getResourceCommand());
((ResourceCommandWrapper) (eppLoader.getEpp().getCommandWrapper().getCommand()))
.getResourceCommand();
Change change = command.getInnerChange();
assertThat(change.getInternationalizedPostalInfo().getAddress())
.isEqualTo(