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-29 17:06:53 -04:00
committed by Ben McIlwain
parent 97581e519d
commit a349893d3d
+1 -1
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;
}