@@ -24,12 +24,10 @@ |
||
24 | 24 | |
25 | 25 | |
26 | 26 | use OC\Files\Meta\MetaVersionCollection; |
27 | -use OCP\IMetaData; |
|
28 | 27 | use Sabre\DAV\Exception\Forbidden; |
29 | 28 | use Sabre\DAV\Exception\MethodNotAllowed; |
30 | 29 | use Sabre\DAV\Exception\NotFound; |
31 | 30 | use Sabre\DAV\ICollection; |
32 | -use Sabre\HTTP\URLUtil; |
|
33 | 31 | |
34 | 32 | class MetaDataHome implements ICollection { |
35 | 33 |
@@ -26,11 +26,7 @@ |
||
26 | 26 | use OC\Files\Node\AbstractFolder; |
27 | 27 | use OC\Files\Storage\IVersionedStorage; |
28 | 28 | use OC\Files\View; |
29 | -use OCP\Files\FileInfo; |
|
30 | -use OCP\Files\Folder; |
|
31 | -use OCP\Files\InvalidPathException; |
|
32 | 29 | use OCP\Files\NotFoundException; |
33 | -use OCP\Files\NotPermittedException; |
|
34 | 30 | use OCP\Files\Storage; |
35 | 31 | |
36 | 32 | class MetaVersionCollection extends AbstractFolder { |
@@ -24,8 +24,6 @@ |
||
24 | 24 | |
25 | 25 | |
26 | 26 | use OC\Files\Meta\MetaVersionCollection; |
27 | -use OC\Files\View; |
|
28 | -use Sabre\DAV\File; |
|
29 | 27 | |
30 | 28 | class MetaDataNode { |
31 | 29 |