@@ -23,7 +23,6 @@ |
||
23 | 23 | namespace OCA\DAV\MetaData; |
24 | 24 | |
25 | 25 | |
26 | -use OCP\IMetaData; |
|
27 | 26 | use Sabre\DAV\File; |
28 | 27 | |
29 | 28 | class MetaDataNode extends File { |
@@ -23,12 +23,10 @@ |
||
23 | 23 | namespace OCA\DAV\MetaData; |
24 | 24 | |
25 | 25 | |
26 | -use OCP\IMetaData; |
|
27 | 26 | use Sabre\DAV\Exception\Forbidden; |
28 | 27 | use Sabre\DAV\Exception\MethodNotAllowed; |
29 | 28 | use Sabre\DAV\Exception\NotFound; |
30 | 29 | use Sabre\DAV\ICollection; |
31 | -use Sabre\HTTP\URLUtil; |
|
32 | 30 | |
33 | 31 | class MetaDataHome implements ICollection { |
34 | 32 |