summaryrefslogtreecommitdiffstats
path: root/lib/public/activity/iconsumer.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/activity/iconsumer.php')
-rw-r--r--lib/public/activity/iconsumer.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/public/activity/iconsumer.php b/lib/public/activity/iconsumer.php
index ca9bd5096b3..a0134a379dc 100644
--- a/lib/public/activity/iconsumer.php
+++ b/lib/public/activity/iconsumer.php
@@ -1,5 +1,5 @@
<?php
- /**
+/**
* ownCloud
*
* @author Thomas Müller
@@ -20,7 +20,8 @@
*
*/
-
+// 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\Activity;
interface IConsumer {