18071: Remove obsolete comment.
[arvados.git] / services / keep-balance / balance.go
index 50c4dae1886ca292e3904f813d356a18d8608ed0..9f581751d938baf8d0f8fdc726bfae92e1f6877d 100644 (file)
@@ -69,10 +69,6 @@ type Balancer struct {
 // subsequent balance operation.
 //
 // Run should only be called once on a given Balancer object.
 // subsequent balance operation.
 //
 // Run should only be called once on a given Balancer object.
-//
-// Typical usage:
-//
-//     runOptions, err = (&Balancer{}).Run(config, runOptions)
 func (bal *Balancer) Run(ctx context.Context, client *arvados.Client, cluster *arvados.Cluster, runOptions RunOptions) (nextRunOptions RunOptions, err error) {
        nextRunOptions = runOptions
 
 func (bal *Balancer) Run(ctx context.Context, client *arvados.Client, cluster *arvados.Cluster, runOptions RunOptions) (nextRunOptions RunOptions, err error) {
        nextRunOptions = runOptions