mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 04:43:20 -04:00
fix nooplockingprovider
This commit is contained in:
parent
ce04cf6610
commit
8902e2be73
1 changed files with 9 additions and 2 deletions
|
|
@ -51,10 +51,17 @@ class NoopLockingProvider implements ILockingProvider {
|
|||
// do nothing
|
||||
}
|
||||
|
||||
/**
|
||||
* release all lock acquired by this instance
|
||||
/**1
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function releaseAll() {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function changeLock($path, $targetType) {
|
||||
// do nothing
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue