summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Cache.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-06-01 14:29:31 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-10-20 20:27:44 +0200
commit246bb9f33d23340d821384b25097066f65c5d483 (patch)
tree1f5b8692db952c537e54f1816eff9ec9949560a7 /apps/files_sharing/lib/Cache.php
parent98c846456417989d995fe868731e2b1bd77f0f37 (diff)
downloadnextcloud-server-246bb9f33d23340d821384b25097066f65c5d483.tar.gz
nextcloud-server-246bb9f33d23340d821384b25097066f65c5d483.zip
Move OC\Files\Storage\Shared to the right namespace
Diffstat (limited to 'apps/files_sharing/lib/Cache.php')
-rw-r--r--apps/files_sharing/lib/Cache.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/lib/Cache.php b/apps/files_sharing/lib/Cache.php
index 7977410f587..6444dbb8a36 100644
--- a/apps/files_sharing/lib/Cache.php
+++ b/apps/files_sharing/lib/Cache.php
@@ -38,7 +38,7 @@ use OCP\Files\Storage\IStorage;
*/
class Cache extends CacheJail {
/**
- * @var \OC\Files\Storage\Shared
+ * @var \OCA\Files_Sharing\SharedStorage
*/
private $storage;
@@ -58,7 +58,7 @@ class Cache extends CacheJail {
private $sourceCache;
/**
- * @param \OC\Files\Storage\Shared $storage
+ * @param \OCA\Files_Sharing\SharedStorage $storage
* @param IStorage $sourceStorage
* @param ICacheEntry $sourceRootInfo
*/