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