chore(pCloud): rename folder to parent
This commit is contained in:
parent
3cf028ddce
commit
fe21e3988d
@ -16,8 +16,8 @@ class PCloudNodeFactory {
|
||||
return new PCloudFile(parent, name, getNodePath(parent, name), size, Optional.empty());
|
||||
}
|
||||
|
||||
public static PCloudFile file(PCloudFolder folder, String name, Optional<Long> size, String path) {
|
||||
return new PCloudFile(folder, name, path, size, Optional.empty());
|
||||
public static PCloudFile file(PCloudFolder parent, String name, Optional<Long> size, String path) {
|
||||
return new PCloudFile(parent, name, path, size, Optional.empty());
|
||||
}
|
||||
|
||||
public static PCloudFolder folder(PCloudFolder parent, RemoteFolder folder) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user