Skip to content

Commit 015b337

Browse files
committed
Delete unused.
1 parent 98a8b65 commit 015b337

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

hub/src/main/java/cloud/katta/protocols/hub/HubUVFVault.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import ch.cyberduck.core.Protocol;
1717
import ch.cyberduck.core.Session;
1818
import ch.cyberduck.core.SessionFactory;
19-
import ch.cyberduck.core.UUIDRandomStringService;
2019
import ch.cyberduck.core.cryptomator.ContentWriter;
2120
import ch.cyberduck.core.cryptomator.UVFVault;
2221
import ch.cyberduck.core.exception.BackgroundException;
@@ -78,19 +77,6 @@ public class HubUVFVault extends UVFVault {
7877
private final Path home;
7978
private final LoginCallback login;
8079

81-
public HubUVFVault(final Protocol profile, final Path bucket, final HubStorageLocationService.StorageLocation location, final LoginCallback prompt) throws ConnectionCanceledException {
82-
this(profile, UUID.fromString(new UUIDRandomStringService().random()), bucket, location, prompt);
83-
}
84-
85-
/**
86-
* Constructor for factory creating new vault
87-
*
88-
* @param bucket Bucket
89-
*/
90-
public HubUVFVault(final Protocol profile, final UUID vaultId, final Path bucket, final HubStorageLocationService.StorageLocation location, final LoginCallback prompt) throws ConnectionCanceledException {
91-
this(profile, vaultId, bucket, location.toUvfMetadataPayload(bucket), prompt);
92-
}
93-
9480
/**
9581
* Open from existing metadata
9682
*

0 commit comments

Comments
 (0)