diff --git a/schedulers/proactiveclusterwidecappers.go b/schedulers/proactiveclusterwidecappers.go index 275aaa8..98bdc08 100644 --- a/schedulers/proactiveclusterwidecappers.go +++ b/schedulers/proactiveclusterwidecappers.go @@ -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()