ninja: fix PendingStats composite type

This commit is contained in:
Blake Eggleston 2020-08-26 12:14:19 -07:00
parent 405e2dd8b5
commit 236a3bb7f9
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ public class PendingStats
SimpleType.STRING,
PendingStat.COMPOSITE_TYPE,
PendingStat.COMPOSITE_TYPE,
PendingStat.COMPOSITE_TYPE,
PendingStat.COMPOSITE_TYPE};
COMPOSITE_TYPE = new CompositeType(RepairStats.Section.class.getName(), "PendingStats", COMPOSITE_NAMES, COMPOSITE_NAMES, COMPOSITE_TYPES);
}