updated comment

This commit is contained in:
Pradyumna Kaushik 2016-12-20 15:07:31 -05:00 committed by Renan DelValle
parent 9b5ac0bfa8
commit 4ef038f22f

View file

@ -27,7 +27,7 @@ func (tw taskWrapper) ID() string {
return tw.task.TaskID
}
// Cluster wide capper. Contains a type that implements runAvg.Interface
// Cluster wide capper
type clusterwideCapper struct {}
// Defining constructor for clusterwideCapper. Please don't call this directly and instead use getClusterwideCapperInstance()