Skip to content

Commit

Permalink
Use org.apache.sshd.sftp.SftpMessage import
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Bilan <[email protected]>
  • Loading branch information
artembilan authored Feb 2, 2025
1 parent 8406fd7 commit a601439
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
import org.apache.sshd.common.util.io.resource.IoResource;
import org.apache.sshd.common.util.net.SshdSocketAddress;
import org.apache.sshd.common.util.security.SecurityUtils;
import org.apache.sshd.sftp.SftpMessage;
import org.apache.sshd.sftp.client.SftpClient;
import org.apache.sshd.sftp.client.SftpErrorDataHandler;
import org.apache.sshd.sftp.client.SftpMessage;
import org.apache.sshd.sftp.client.SftpVersionSelector;
import org.apache.sshd.sftp.client.impl.AbstractSftpClient;
import org.apache.sshd.sftp.client.impl.DefaultSftpClient;
Expand Down

0 comments on commit a601439

Please sign in to comment.