1
0
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:
mcilwain
2017-08-24 08:20:07 -07:00
committed by Ben McIlwain
parent 97581e519d
commit a349893d3d

View File

@@ -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;
}