mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
Fix Java imports across entire codebase to be compliant
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=134119822
This commit is contained in:
@@ -33,13 +33,12 @@ import google.registry.config.RegistryEnvironment;
|
||||
import google.registry.model.registry.Registry;
|
||||
import google.registry.model.registry.Registry.TldState;
|
||||
import google.registry.model.registry.label.ReservedList;
|
||||
import org.joda.time.DateTime;
|
||||
import org.joda.time.DateTimeZone;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
import javax.annotation.Nullable;
|
||||
import org.joda.time.DateTime;
|
||||
import org.joda.time.DateTimeZone;
|
||||
|
||||
/** Command to update a TLD. */
|
||||
@Parameters(separators = " =", commandDescription = "Update existing TLD(s)")
|
||||
|
||||
Reference in New Issue
Block a user