Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Share.php')
-rw-r--r--lib/public/Share.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/public/Share.php b/lib/public/Share.php
index 7ce294b614d..6aeadb3a6ed 100644
--- a/lib/public/Share.php
+++ b/lib/public/Share.php
@@ -27,13 +27,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
-/**
- * Public interface of ownCloud for apps to use.
- * Share Class
- *
- */
-
// use OCP namespace for all classes that are considered public.
// This means that they should be used by apps instead of the internal ownCloud classes