diff options
Diffstat (limited to 'worker_watcher')
-rwxr-xr-x | worker_watcher/worker_watcher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worker_watcher/worker_watcher.go b/worker_watcher/worker_watcher.go index 78bae778..73a6cf1d 100755 --- a/worker_watcher/worker_watcher.go +++ b/worker_watcher/worker_watcher.go @@ -24,7 +24,7 @@ type Vector interface { // Destroy used to stop releasing the workers Destroy() - // TODO Add Replace method, and remove `Remove` method. Replace will do removal and allocation + // TODO(rustatian) Add Replace method, and remove `Remove` method. Replace will do removal and allocation // Replace(prevPid int64, newWorker worker.BaseProcess) } |