Revert "fix: instatiate RootPCloudFolder with path /"
This reverts commit c93a6b289de6817f693fe00ef1f47130baeca4c6.
This commit is contained in:
parent
85d920da19
commit
c29801f132
@ -9,7 +9,7 @@ class RootPCloudFolder extends PCloudFolder {
|
|||||||
private static final long rootFolderId = 0L;
|
private static final long rootFolderId = 0L;
|
||||||
|
|
||||||
public RootPCloudFolder(PCloudCloud cloud) {
|
public RootPCloudFolder(PCloudCloud cloud) {
|
||||||
super(null, rootFolderId, "", "/");
|
super(null, rootFolderId, "", "");
|
||||||
this.cloud = cloud;
|
this.cloud = cloud;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user