mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Clean up misc Javadoc and deprecation warnings
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136156922
This commit is contained in:
parent
064026a4a5
commit
67da55536f
4 changed files with 8 additions and 8 deletions
|
@ -135,8 +135,7 @@ public class RdeImportUtils {
|
|||
// TODO (wolfgang): Add validation method for IDN tables
|
||||
try (InputStream input =
|
||||
gcsUtils.openInputStream(new GcsFilename(escrowBucketName, escrowFilePath))) {
|
||||
try {
|
||||
RdeParser parser = new RdeParser(input);
|
||||
try (RdeParser parser = new RdeParser(input)) {
|
||||
// validate that tld exists and is in PREDELEGATION state
|
||||
String tld = parser.getHeader().getTld();
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue