diff --git a/lib/private/Comments/ManagerFactory.php b/lib/private/Comments/ManagerFactory.php index a5ac2d6554..67b006bdb6 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 a753306257..355b1af134 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;