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