@@ -22,14 +22,11 @@ |
||
| 22 | 22 | namespace OCA\DAV\Connector\Sabre; |
| 23 | 23 | |
| 24 | 24 | use Sabre\DAV\Exception\NotFound; |
| 25 | -use Sabre\DAV\IFile; |
|
| 26 | 25 | use Sabre\DAV\INode; |
| 27 | 26 | use \Sabre\DAV\PropFind; |
| 28 | 27 | use \Sabre\DAV\PropPatch; |
| 29 | -use Sabre\DAVACL\Exception\NeedPrivileges; |
|
| 30 | 28 | use \Sabre\HTTP\RequestInterface; |
| 31 | 29 | use \Sabre\HTTP\ResponseInterface; |
| 32 | -use Sabre\HTTP\URLUtil; |
|
| 33 | 30 | |
| 34 | 31 | /** |
| 35 | 32 | * Class DavAclPlugin is a wrapper around \Sabre\DAVACL\Plugin that returns 404 |