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 9af3869cadcc2adbda816667be0f757550c91782 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 30 14:22:12 2024 -0400 Remove redundant superinterface --- sshd-core/src/main/java/org/apache/sshd/client/SshClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd-core/src/main/java/org/apache/sshd/client/SshClient.java b/sshd-core/src/main/java/org/apache/sshd/client/SshClient.java index c3ae94b07..7555b309f 100644 --- a/sshd-core/src/main/java/org/apache/sshd/client/SshClient.java +++ b/sshd-core/src/main/java/org/apache/sshd/client/SshClient.java @@ -162,7 +162,7 @@ import org.apache.sshd.core.CoreModuleProperties; * * @author <a href="mailto:d...@mina.apache.org">Apache MINA SSHD Project</a> */ -public class SshClient extends AbstractFactoryManager implements ClientFactoryManager, Closeable { +public class SshClient extends AbstractFactoryManager implements ClientFactoryManager { public static final Factory<SshClient> DEFAULT_SSH_CLIENT_FACTORY = SshClient::new; /**