summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/api
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-09-08 08:57:29 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-09-08 09:01:02 +0200
commit38001d824b142ca9c47f2afafce91ab8b76f1a9a (patch)
treef1abdf50c42874a1ef847ead0fe9d89c2446451f /apps/files_sharing/api
parent59f37a8dfbc27242bb0ad50731f8ae20b1ad938c (diff)
downloadnextcloud-server-38001d824b142ca9c47f2afafce91ab8b76f1a9a.tar.gz
nextcloud-server-38001d824b142ca9c47f2afafce91ab8b76f1a9a.zip
Move interfaces to private until they are no longer experimental
Diffstat (limited to 'apps/files_sharing/api')
-rw-r--r--apps/files_sharing/api/remote.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/api/remote.php b/apps/files_sharing/api/remote.php
index 404787c3895..0f6d2dc265a 100644
--- a/apps/files_sharing/api/remote.php
+++ b/apps/files_sharing/api/remote.php
@@ -23,7 +23,6 @@ namespace OCA\Files_Sharing\API;
use OC\Files\Filesystem;
use OCA\Files_Sharing\External\Manager;
-use OCP\Notification\IManager;
class Remote {