fixed return value of String() by changing 'Cluster Capper' to 'Cluster-wide Capper'

This commit is contained in:
Pradyumna Kaushik 2017-01-31 14:27:57 -05:00
parent e188aff66f
commit d5ae027e41

View file

@ -271,5 +271,5 @@ func (capper ClusterwideCapper) FCFSDeterminedCap(totalPower map[string]float64,
// Stringer for an instance of clusterwideCapper
func (capper ClusterwideCapper) String() string {
return "Cluster Capper -- Proactively cap the entire cluster."
return "Cluster-wide Capper -- Proactively cap the entire cluster."
}