Closed jithutintu closed 1 year ago
See pull request: https://github.com/lookfirst/sardine/pull/344
The existing code passes the required type Response
and I cannot spot any error.
The existing code passes in the following line:
if (resource.getStatusCode() == 200) return new DavQuota(resource);
an object of type DavResource
to the constructor of DavQuota
instead of sth. of type Response
as needed.
Hello , Here in below piece of code in SardineImpl the constructor of DavQuota expect response .but the parameter passed is DavResource resource in below code.
Could you please rectify it?
Thanks