mirror of
https://github.com/google/nomulus
synced 2026-04-21 08:40:44 +00:00
Fix Result.Code enum values to use UPPER_CAMEL naming
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133324460
This commit is contained in:
@@ -101,7 +101,7 @@ public abstract class DomainCreateOrAllocateFlow
|
||||
@Override
|
||||
protected final EppOutput getOutput() {
|
||||
return createOutput(
|
||||
Result.Code.Success,
|
||||
Result.Code.SUCCESS,
|
||||
DomainCreateData.create(
|
||||
newResource.getFullyQualifiedDomainName(),
|
||||
now,
|
||||
|
||||
Reference in New Issue
Block a user