X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Futil%2Ffcp%2FFcpTest.java;h=e0d20e49cdffc2069b8cc27b3ab0fdbb3da0edbb;hb=a1d90ea4e35f7f4f03b352216a1fca37c8e99037;hp=b07bb8593b85b4193811d54a7713172acdda8839;hpb=1b8dba8bf1acd70b80e51c5905fb5003b117175c;p=jSite2.git diff --git a/src/net/pterodactylus/util/fcp/FcpTest.java b/src/net/pterodactylus/util/fcp/FcpTest.java index b07bb85..e0d20e4 100644 --- a/src/net/pterodactylus/util/fcp/FcpTest.java +++ b/src/net/pterodactylus/util/fcp/FcpTest.java @@ -60,12 +60,10 @@ public class FcpTest extends TestCase { * Tests the FCP connection be simply {@link #setUp() setting it up} and * {@link #tearDown() tearing it down} again. * - * @throws FcpException - * if an FCP error occurs * @throws IOException * if an I/O error occurs */ - public void testFcpConnection() throws FcpException, IOException { + public void testFcpConnection() throws IOException { /* do nothing. */ } @@ -90,14 +88,12 @@ public class FcpTest extends TestCase { /** * Generates an SSK key pair. * - * @throws FcpException - * if an FCP error occurs * @throws IOException * if an I/O error occurs * @throws InterruptedException * if {@link Object#wait()} wakes up spuriously */ - public void testGenerateSSK() throws IOException, FcpException, InterruptedException { + public void testGenerateSSK() throws IOException, InterruptedException { final boolean[] result = new boolean[1]; FcpAdapter fcpAdapter = new FcpAdapter() { /**