[skip e2e]Add comment for setID (#14841)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/14845/head
cai.zhang 2022-01-05 13:07:25 +08:00 committed by GitHub
parent 47b89ba84a
commit 2327d53915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ func (bt *BaseTask) ID() UniqueID {
return bt.id
}
// setID set the ID for the task.
func (bt *BaseTask) setID(id UniqueID) {
bt.id = id
}