This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 34ae611680c207100f00c9056d9ff3a4ea94f05c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 30 10:55:15 2024 -0400 Remove redundant superinterface --- .../src/main/java/org/apache/sshd/sftp/server/SftpSubsystemFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd-sftp/src/main/java/org/apache/sshd/sftp/server/SftpSubsystemFactory.java b/sshd-sftp/src/main/java/org/apache/sshd/sftp/server/SftpSubsystemFactory.java index a5ab56e7b..59cb6727e 100644 --- a/sshd-sftp/src/main/java/org/apache/sshd/sftp/server/SftpSubsystemFactory.java +++ b/sshd-sftp/src/main/java/org/apache/sshd/sftp/server/SftpSubsystemFactory.java @@ -39,7 +39,7 @@ import org.apache.sshd.sftp.common.SftpConstants; public class SftpSubsystemFactory extends AbstractSftpEventListenerManager implements ManagedExecutorServiceSupplier, SubsystemFactory, - SftpEventListenerManager, SftpFileSystemAccessorManager, + SftpFileSystemAccessorManager, SftpSubsystemConfigurator { public static final String NAME = SftpConstants.SFTP_SUBSYSTEM_NAME;