X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFcpAdapter.java;h=6bb2f50515c7516a135337ae01afeb924a5d5a47;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=09ff696fe8a4d68956bc7b6adaed93e315438d32;hpb=4d849ec50a85129aa5259be84f4ffb3dbdd579e4;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FcpAdapter.java b/src/net/pterodactylus/fcp/FcpAdapter.java index 09ff696..6bb2f50 100644 --- a/src/net/pterodactylus/fcp/FcpAdapter.java +++ b/src/net/pterodactylus/fcp/FcpAdapter.java @@ -1,6 +1,5 @@ /* - * jSite2 - FcpAdapter.java - - * Copyright © 2008 David Roden + * jFCPlib - FcpAdapter.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 @@ -21,7 +20,7 @@ package net.pterodactylus.fcp; /** * Adapter for {@link FcpListener}. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class FcpAdapter implements FcpListener { @@ -84,7 +83,7 @@ public class FcpAdapter implements FcpListener { /** * {@inheritDoc} - * + * * @see FcpListener#receivedNodeData(FcpConnection, NodeData) */ public void receivedNodeData(FcpConnection fcpConnection, NodeData nodeData) { @@ -93,7 +92,7 @@ public class FcpAdapter implements FcpListener { /** * {@inheritDoc} - * + * * @see FcpListener#receivedTestDDAReply(FcpConnection, TestDDAReply) */ public void receivedTestDDAReply(FcpConnection fcpConnection, TestDDAReply testDDAReply) {