Skip to content

Commit 75bf481

Browse files
chenkinsdkocher
authored andcommitted
Fix compile.
1 parent 8c8973e commit 75bf481

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ public HubUVFVault(final Session<?> storage, final Path home) {
4242
this.home = home;
4343
}
4444

45-
public Path encrypt(final Session<?> session, final Path file, final byte[] directoryId, final boolean metadata) throws BackgroundException {
46-
log.debug("Use directory ID '{}' for folder {}", directoryId, file);
47-
return super.encrypt(session, file, directoryId, metadata);
48-
}
49-
5045
@Override
5146
public <T> T getFeature(final Session<?> ignore, final Class<T> type, final T delegate) {
5247
log.debug("Delegate to {} for feature {}", storage, type);

0 commit comments

Comments
 (0)