diff options
Diffstat (limited to 'lib/public/Files/Lock/ILockManager.php')
-rw-r--r-- | lib/public/Files/Lock/ILockManager.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Files/Lock/ILockManager.php b/lib/public/Files/Lock/ILockManager.php index cad66380e93..2cdb027a570 100644 --- a/lib/public/Files/Lock/ILockManager.php +++ b/lib/public/Files/Lock/ILockManager.php @@ -39,7 +39,6 @@ use OCP\PreConditionNotMetException; * @since 24.0.0 */ interface ILockManager extends ILockProvider { - /** * @throws PreConditionNotMetException if there is already a lock provider registered * @since 24.0.0 |