X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFcpTest.java;h=6c51848dec7e3911963628b962e9ef509edb141a;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=93a363767bb1282185f1af8af31c11c889fc51c2;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FcpTest.java b/src/net/pterodactylus/fcp/FcpTest.java index 93a3637..6c51848 100644 --- a/src/net/pterodactylus/fcp/FcpTest.java +++ b/src/net/pterodactylus/fcp/FcpTest.java @@ -1,6 +1,5 @@ /* - * jSite2 - FcpTest.java - - * Copyright © 2008 David Roden + * jFCPlib - FcpTest.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +24,7 @@ import junit.framework.TestCase; /** * Tests various commands and the FCP connection. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class FcpTest extends TestCase { @@ -61,7 +60,7 @@ public class FcpTest extends TestCase { /** * Generates an SSK key pair. - * + * * @throws IOException * if an I/O error occurs * @throws InterruptedException