mirror of
https://github.com/google/nomulus
synced 2026-09-06 16:17:13 +00:00
Make EppInput.getSingleExtension() return Optional, not @Nullable
This makes it harder to use it incorrectly by accident. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=181795813
This commit is contained in:
@@ -122,6 +122,7 @@ public class DomainApplicationInfoFlowTest
|
||||
new EppLoader(this, "domain_create_sunrise_encoded_signed_mark.xml")
|
||||
.getEpp()
|
||||
.getSingleExtension(LaunchCreateExtension.class)
|
||||
.get()
|
||||
.getSignedMarks()
|
||||
.get(0))
|
||||
: null)
|
||||
|
||||
Reference in New Issue
Block a user