mirror of
https://github.com/google/nomulus
synced 2026-02-08 05:50:24 +00:00
Remove unnecessary "throws" declarations
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=201058582
This commit is contained in:
@@ -127,7 +127,7 @@ class UpdateTldCommand extends CreateOrUpdateTldCommand {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void initTldCommand() throws Exception {
|
||||
protected void initTldCommand() {
|
||||
// Due to per-instance caching on Registry, different instances can end up in different TLD
|
||||
// states at the same time, so --set_current_tld_state should never be used in production.
|
||||
checkArgument(
|
||||
|
||||
Reference in New Issue
Block a user