@@ -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; |
@@ -2,12 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace OCA\Files\Service\TransferOwnership; |
| 4 | 4 | |
| 5 | -use OC\Command\CommandJob; |
|
| 6 | 5 | use OCA\Files\BackgroundJob\TransferOwnership; |
| 7 | 6 | use OCP\AppFramework\Db\DoesNotExistException; |
| 8 | 7 | use OCP\AppFramework\Utility\ITimeFactory; |
| 9 | 8 | use OCP\BackgroundJob\IJobList; |
| 10 | -use OCP\Files\Folder; |
|
| 11 | 9 | use OCP\Files\IRootFolder; |
| 12 | 10 | use OCP\Files\NotFoundException; |
| 13 | 11 | use OCP\Files\NotPermittedException; |