diff options
-rw-r--r-- | lib/public/comments/icommentsmanagerfactory.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/public/comments/icommentsmanagerfactory.php b/lib/public/comments/icommentsmanagerfactory.php index 7bfb79aae00..6718dd39ba0 100644 --- a/lib/public/comments/icommentsmanagerfactory.php +++ b/lib/public/comments/icommentsmanagerfactory.php @@ -3,9 +3,10 @@ namespace OCP\Comments; /** - * Interface IComment + * Interface ICommentsManagerFactory * - * This class represents a comment and offers methods for modification. + * This class is responsible for instantiating and returning an ICommentsManager + * instance. * * @package OCP\Comments * @since 9.0.0 |