summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-10-04 10:03:04 +0300
committerValery Piashchynski <[email protected]>2021-10-04 10:03:04 +0300
commit43c30ddce840449e9a53c3ef54e2b5e8060a3dfa (patch)
treed503f9bcf8cde7564a7c4c13906e8f974550eb72
parent1c26ea29c0470982b7071fb83a7af7d2e79a6beb (diff)
new comments
Signed-off-by: Valery Piashchynski <[email protected]>
-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)
}