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 874e6c3976255c9feda064d3dec8947a1beb6c1a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 30 10:59:06 2024 -0400 Remove unused exception from test signature --- sshd-scp/src/test/java/org/apache/sshd/scp/client/ScpTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd-scp/src/test/java/org/apache/sshd/scp/client/ScpTest.java b/sshd-scp/src/test/java/org/apache/sshd/scp/client/ScpTest.java index dce02f74f..658121eaf 100644 --- a/sshd-scp/src/test/java/org/apache/sshd/scp/client/ScpTest.java +++ b/sshd-scp/src/test/java/org/apache/sshd/scp/client/ScpTest.java @@ -86,7 +86,7 @@ import org.junit.runners.MethodSorters; */ @FixMethodOrder(MethodSorters.NAME_ASCENDING) public class ScpTest extends AbstractScpTestSupport { - public ScpTest() throws IOException { + public ScpTest() { super(); }