Skip to content

Commit

Permalink
spring-projectsGH-3026: Added FileTransferringMessageHandlerSpec todo
Browse files Browse the repository at this point in the history
Added FileTransferringMessageHandlerSpec ctor todo
  • Loading branch information
joaquinjsb committed Oct 16, 2019
1 parent 224f851 commit 531ef5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Expand Up @@ -52,6 +52,7 @@ public abstract class FileTransferringMessageHandlerSpec<F, S extends FileTransf

private DefaultFileNameGenerator defaultFileNameGenerator;

// TODO: 16/10/2019 this should be refactored using generics in next release (breaking change), see PR-3080.
protected FileTransferringMessageHandlerSpec() {
}

Expand Down
Expand Up @@ -66,13 +66,6 @@ public SftpMessageHandler(SessionFactory<LsEntry> sessionFactory) {
this(new SftpRemoteFileTemplate(sessionFactory));
}

public SftpMessageHandler(RemoteFileTemplate<LsEntry> remoteFileTemplate) {
super(remoteFileTemplate);
}

public SftpMessageHandler(RemoteFileTemplate<LsEntry> remoteFileTemplate, FileExistsMode fileExistsMode) {
super(remoteFileTemplate, fileExistsMode);
}

@Override
public boolean isChmodCapable() {
Expand Down

0 comments on commit 531ef5e

Please sign in to comment.