mirror of
https://github.com/google/nomulus.git
synced 2025-06-25 22:04:56 +02: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:
parent
97581e519d
commit
a349893d3d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue