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 6d8445c6e50778a72f35a5970d6f90cea9eb679d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 30 14:22:34 2024 -0400 Remove redundant superinterface --- sshd-core/src/main/java/org/apache/sshd/server/SshServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd-core/src/main/java/org/apache/sshd/server/SshServer.java b/sshd-core/src/main/java/org/apache/sshd/server/SshServer.java index 8900d2dd0..d956d2dde 100644 --- a/sshd-core/src/main/java/org/apache/sshd/server/SshServer.java +++ b/sshd-core/src/main/java/org/apache/sshd/server/SshServer.java @@ -84,7 +84,7 @@ import org.apache.sshd.server.subsystem.SubsystemFactory; * @see ServerFactoryManager * @see org.apache.sshd.common.FactoryManager */ -public class SshServer extends AbstractFactoryManager implements ServerFactoryManager, Closeable { +public class SshServer extends AbstractFactoryManager implements ServerFactoryManager { public static final Factory<SshServer> DEFAULT_SSH_SERVER_FACTORY = SshServer::new; public static final List<ServiceFactory> DEFAULT_SERVICE_FACTORIES = Collections.unmodifiableList(