[Pkg-owncloud-commits] [owncloud] 116/123: Fix PHPDoc of public interface ILockingProvider
David Prévot
taffit at moszumanska.debian.org
Tue May 19 23:55:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit fc2c9e8f5f02ca1afece555ddd1445fcead55875
Author: Morris Jobke <hey at morrisjobke.de>
Date: Mon May 18 11:37:16 2015 +0200
Fix PHPDoc of public interface ILockingProvider
---
lib/public/lock/ilockingprovider.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/public/lock/ilockingprovider.php b/lib/public/lock/ilockingprovider.php
index a584ec0..0b17580 100644
--- a/lib/public/lock/ilockingprovider.php
+++ b/lib/public/lock/ilockingprovider.php
@@ -35,7 +35,7 @@ interface ILockingProvider {
/**
* @param string $path
* @param int $type self::LOCK_SHARED or self::LOCK_EXCLUSIVE
- * @throws \OCP\Files\Lock\LockedException
+ * @throws \OCP\Lock\LockedException
*/
public function acquireLock($path, $type);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list