@@ -42,7 +42,6 @@ |
||
42 | 42 | /** |
43 | 43 | * CleanupTransferRequests constructor. |
44 | 44 | * |
45 | - * @param LockMapper $lockMapper |
|
46 | 45 | */ |
47 | 46 | public function __construct(TransferRequestMapper $mapper) { |
48 | 47 | $this->interval = $this->defaultIntervalMin * 60; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use OCP\AppFramework\Db\DoesNotExistException; |
7 | 7 | use OCP\AppFramework\Utility\ITimeFactory; |
8 | 8 | use OCP\BackgroundJob\IJobList; |
9 | -use OCP\Files\Folder; |
|
10 | 9 | use OCP\Files\IRootFolder; |
11 | 10 | use OCP\Files\NotFoundException; |
12 | 11 | use OCP\Files\NotPermittedException; |