mirror of https://github.com/apache/cassandra
ninja: fix PendingStats composite type
This commit is contained in:
parent
405e2dd8b5
commit
236a3bb7f9
|
|
@ -45,6 +45,7 @@ public class PendingStats
|
||||||
SimpleType.STRING,
|
SimpleType.STRING,
|
||||||
PendingStat.COMPOSITE_TYPE,
|
PendingStat.COMPOSITE_TYPE,
|
||||||
PendingStat.COMPOSITE_TYPE,
|
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);
|
COMPOSITE_TYPE = new CompositeType(RepairStats.Section.class.getName(), "PendingStats", COMPOSITE_NAMES, COMPOSITE_NAMES, COMPOSITE_TYPES);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue