summaryrefslogtreecommitdiffstats
path: root/lib/public/files/node.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-09-10 20:13:47 +0200
committerRobin Appelman <icewind@owncloud.com>2013-09-10 20:13:47 +0200
commit2e5ce091f037f0f1b2d5f97ad8866a82c9118f58 (patch)
tree90b1fc535c747e7e556bc292a338ba33d9758ab9 /lib/public/files/node.php
parent9ad7891b4e7ddf1c4420f485c5d3cf4477835087 (diff)
downloadnextcloud-server-2e5ce091f037f0f1b2d5f97ad8866a82c9118f58.tar.gz
nextcloud-server-2e5ce091f037f0f1b2d5f97ad8866a82c9118f58.zip
add storage backend interface to public namespace
Diffstat (limited to 'lib/public/files/node.php')
-rw-r--r--lib/public/files/node.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/files/node.php b/lib/public/files/node.php
index 42dd910871d..b3ddf6de621 100644
--- a/lib/public/files/node.php
+++ b/lib/public/files/node.php
@@ -43,7 +43,7 @@ interface Node {
/**
* Get the storage backend the file or folder is stored on
*
- * @return \OC\Files\Storage\Storage
+ * @return \OCP\Files\Storage
* @throws \OCP\Files\NotFoundException
*/
public function getStorage();