Commit 3fc3fa1d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0290d904
......@@ -507,7 +507,7 @@ func (obj *object) PActivate(ctx context.Context) (err error) {
// PDeactivate implements Object.
func (obj *Object) PDeactivate() {
func (obj *object) PDeactivate() {
obj.mu.Lock()
defer obj.mu.Unlock()
......@@ -537,7 +537,7 @@ func (obj *Object) PDeactivate() {
}
// PInvalidate() implements Object.
func (obj *pyObject) PInvalidate() {
func (obj *object) PInvalidate() {
obj.mu.Lock()
defer obj.mu.Unlock()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment