Skip to content

Commit

Permalink
删除变更监控 (#255)
Browse files Browse the repository at this point in the history
删除变更监控
  • Loading branch information
zy84338719 committed Dec 9, 2022
1 parent 5322bda commit cf5276b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/repository.go
Expand Up @@ -573,7 +573,7 @@ func (c *Cache) AddChangeListener(listener ChangeListener) {
c.changeListeners.PushBack(listener)
}

// RemoveChangeListener 增加变更监控
// RemoveChangeListener 删除变更监控
func (c *Cache) RemoveChangeListener(listener ChangeListener) {
if listener == nil {
return
Expand Down

0 comments on commit cf5276b

Please sign in to comment.