updated comment
This commit is contained in:
parent
9b5ac0bfa8
commit
4ef038f22f
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Reference in a new issue