summaryrefslogtreecommitdiff
path: root/worker_watcher/worker_watcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker_watcher/worker_watcher.go')
-rwxr-xr-xworker_watcher/worker_watcher.go2
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)
}