mirror of
https://github.com/google/nomulus
synced 2026-01-07 14:05:44 +00:00
Remove regtype extension since we won't be using it
If we do end up needing it we can simply revert this commit. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=127094676
This commit is contained in:
@@ -26,7 +26,6 @@ import google.registry.model.domain.allocate.AllocateCreateExtension;
|
||||
import google.registry.model.domain.fee.FeeCheckExtension;
|
||||
import google.registry.model.domain.launch.LaunchCreateExtension;
|
||||
import google.registry.model.domain.metadata.MetadataExtension;
|
||||
import google.registry.model.domain.regtype.RegTypeCreateExtension;
|
||||
import google.registry.model.domain.rgp.RgpUpdateExtension;
|
||||
import google.registry.model.domain.secdns.SecDnsCreateExtension;
|
||||
import google.registry.model.eppinput.EppInput.CommandExtension;
|
||||
@@ -54,8 +53,7 @@ public class ProtocolDefinition {
|
||||
SECURE_DNS_1_1(SecDnsCreateExtension.class, true),
|
||||
FEE_0_6(FeeCheckExtension.class, true),
|
||||
ALLOCATE_1_0(AllocateCreateExtension.class, false),
|
||||
METADATA_1_0(MetadataExtension.class, false),
|
||||
REGTYPE_0_2(RegTypeCreateExtension.class, true);
|
||||
METADATA_1_0(MetadataExtension.class, false);
|
||||
|
||||
private String uri;
|
||||
private boolean visible;
|
||||
|
||||
Reference in New Issue
Block a user