summaryrefslogtreecommitdiffstats
path: root/lib/public/userinterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/userinterface.php')
-rw-r--r--lib/public/userinterface.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/public/userinterface.php b/lib/public/userinterface.php
index 53d9faf7a5e..4c3444d4c21 100644
--- a/lib/public/userinterface.php
+++ b/lib/public/userinterface.php
@@ -22,10 +22,12 @@
/**
* Public interface of ownCloud for apps to use.
- * User Class.
+ * User Interface
*
*/
+// 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
namespace OCP;
interface UserInterface extends \OC_User_Interface {}