refactor(task/backend): replace a removed interface with the method name (#12203)

pull/12206/head
Jonathan A. Sternberg 2019-02-26 14:20:37 -06:00 committed by GitHub
parent dd50e10d6d
commit 78430df2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ type RunResult interface {
IsRetryable() bool
// TODO(mr): add more detail here like number of points written, execution time, etc.
flux.Statisticser
Statistics() flux.Statistics
}
// Scheduler accepts tasks and handles their scheduling.