incorrect comment in src/go/internal/agent/scheduler/task.go

XMLWordPrintable

    • 1

      Steps to reproduce:

      1. cd src/go/internal/agent/scheduler/
      2. vimĀ  task.go

      Result:

      // stopperTask provides access to plugin Exporter interaface Start() method.
      type stopperTask struct

      { taskBase }

      ......

      // stopperTask provides access to plugin Watcher interaface.
      type watcherTask struct { taskBase requests []*plugin.Request client ClientAccessor }


      Expected:

      // stopperTask provides access to plugin Exporter interaface Stop() method.
      type stopperTask struct { taskBase }

      ......

      // watcherTask provides access to plugin Watcher interaface.
      type watcherTask struct

      { taskBase requests []*plugin.Request client ClientAccessor }

            Assignee:
            Oskars Pucka
            Reporter:
            yaoxingtao
            Team INT
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - Not Specified
                Not Specified
                Logged:
                Time Spent - 1h
                1h