mirror of
https://github.com/google/nomulus
synced 2026-05-13 11:21:46 +00:00
Fix reportAmount field in schema file
This change was overlooked in [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=166344359
This commit is contained in:
@@ -783,7 +783,7 @@ class google.registry.model.registry.label.ReservedList$ReservedListEntry {
|
||||
}
|
||||
class google.registry.model.reporting.DomainTransactionRecord {
|
||||
google.registry.model.reporting.DomainTransactionRecord$TransactionReportField reportField;
|
||||
int reportAmount;
|
||||
java.lang.Integer reportAmount;
|
||||
java.lang.String tld;
|
||||
org.joda.time.DateTime reportingTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user