mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-22 05:43:02 +00:00
Fix read remote folder
This commit is contained in:
@@ -14,4 +14,8 @@ public abstract class DavMethod extends HttpBaseMethod {
|
|||||||
public DavMethod(OkHttpClient okHttpClient, HttpUrl httpUrl) {
|
public DavMethod(OkHttpClient okHttpClient, HttpUrl httpUrl) {
|
||||||
mDavResource = new DavOCResource(okHttpClient, httpUrl);
|
mDavResource = new DavOCResource(okHttpClient, httpUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public DavResource getDavResource() {
|
||||||
|
return mDavResource;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user