aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/private/Comments/ManagerFactory.php2
-rw-r--r--tests/lib/Comments/ManagerTest.php1
2 files changed, 0 insertions, 3 deletions
diff --git a/lib/private/Comments/ManagerFactory.php b/lib/private/Comments/ManagerFactory.php
index a5ac2d65545..67b006bdb63 100644
--- a/lib/private/Comments/ManagerFactory.php
+++ b/lib/private/Comments/ManagerFactory.php
@@ -27,9 +27,7 @@ namespace OC\Comments;
use OCP\Comments\ICommentsManager;
use OCP\Comments\ICommentsManagerFactory;
-use OCP\IInitialStateService;
use OCP\IServerContainer;
-use Psr\Log\LoggerInterface;
class ManagerFactory implements ICommentsManagerFactory {
diff --git a/tests/lib/Comments/ManagerTest.php b/tests/lib/Comments/ManagerTest.php
index a7533062576..355b1af1347 100644
--- a/tests/lib/Comments/ManagerTest.php
+++ b/tests/lib/Comments/ManagerTest.php
@@ -4,7 +4,6 @@ namespace Test\Comments;
use OC\Comments\Comment;
use OC\Comments\Manager;
-use OC\Comments\ManagerFactory;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\Comments\IComment;
use OCP\Comments\ICommentsEventHandler;