X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Futil%2Ffcp%2FFcpAdapter.java;h=59cfae56b245c7cef9afc0fcf3b277db443a0859;hb=98cf58dc4144f7c7db8bba715d6b02e819699ee6;hp=7dc8b6e0b9098c3c4607fc3112c5f856923dc334;hpb=d7f7cfadd5d74daecbfe5ab83aab79f3e01f9d0e;p=jSite2.git diff --git a/src/net/pterodactylus/util/fcp/FcpAdapter.java b/src/net/pterodactylus/util/fcp/FcpAdapter.java index 7dc8b6e..59cfae5 100644 --- a/src/net/pterodactylus/util/fcp/FcpAdapter.java +++ b/src/net/pterodactylus/util/fcp/FcpAdapter.java @@ -12,58 +12,56 @@ package net.pterodactylus.util.fcp; public class FcpAdapter implements FcpListener { /** - * @see FcpListener#receivedNodeHello(FcpConnection, NodeHello) + * {@inheritDoc} */ public void receivedNodeHello(FcpConnection fcpConnection, NodeHello nodeHello) { /* empty. */ } /** - * @see FcpListener#receivedCloseConnectionDuplicateClientName(FcpConnection, - * CloseConnectionDuplicateClientName) + * {@inheritDoc} */ public void receivedCloseConnectionDuplicateClientName(FcpConnection fcpConnection, CloseConnectionDuplicateClientName closeConnectionDuplicateClientName) { /* empty. */ } /** - * @see FcpListener#receivedSSKKeypair(FcpConnection, SSKKeypair) + * {@inheritDoc} */ public void receivedSSKKeypair(FcpConnection fcpConnection, SSKKeypair sskKeypair) { /* empty. */ } /** - * @see FcpListener#receivedPeer(FcpConnection, Peer) + * {@inheritDoc} */ public void receivedPeer(FcpConnection fcpConnection, Peer peer) { /* empty. */ } /** - * @see FcpListener#receivedEndListPeers(FcpConnection, EndListPeers) + * {@inheritDoc} */ public void receivedEndListPeers(FcpConnection fcpConnection, EndListPeers endListPeers) { /* empty. */ } /** - * @see FcpListener#receivedPeerNote(FcpConnection, PeerNote) + * {@inheritDoc} */ public void receivedPeerNote(FcpConnection fcpConnection, PeerNote peerNote) { /* empty. */ } /** - * @see FcpListener#receivedEndListPeerNotes(FcpConnection, - * EndListPeerNotes) + * {@inheritDoc} */ public void receivedEndListPeerNotes(FcpConnection fcpConnection, EndListPeerNotes endListPeerNotes) { /* empty. */ } /** - * @see FcpListener#receivedPeerRemoved(FcpConnection, PeerRemoved) + * {@inheritDoc} */ public void receivedPeerRemoved(FcpConnection fcpConnection, PeerRemoved peerRemoved) { /* empty. */ @@ -88,117 +86,126 @@ public class FcpAdapter implements FcpListener { } /** - * @see FcpListener#receivedTestDDAComplete(FcpConnection, TestDDAComplete) + * {@inheritDoc} */ public void receivedTestDDAComplete(FcpConnection fcpConnection, TestDDAComplete testDDAComplete) { /* empty. */ } /** - * @see FcpListener#receivedPersistentGet(FcpConnection, PersistentGet) + * {@inheritDoc} */ public void receivedPersistentGet(FcpConnection fcpConnection, PersistentGet persistentGet) { /* empty. */ } /** - * @see FcpListener#receivedPersistentPut(FcpConnection, PersistentPut) + * {@inheritDoc} */ public void receivedPersistentPut(FcpConnection fcpConnection, PersistentPut persistentPut) { /* empty. */ } /** - * @see FcpListener#receivedEndListPersistentRequests(FcpConnection, - * EndListPersistentRequests) + * {@inheritDoc} */ public void receivedEndListPersistentRequests(FcpConnection fcpConnection, EndListPersistentRequests endListPersistentRequests) { /* empty. */ } /** - * @see FcpListener#receivedURIGenerated(FcpConnection, URIGenerated) + * {@inheritDoc} */ public void receivedURIGenerated(FcpConnection fcpConnection, URIGenerated uriGenerated) { /* empty. */ } /** - * @see FcpListener#receivedDataFound(FcpConnection, DataFound) + * {@inheritDoc} */ public void receivedDataFound(FcpConnection fcpConnection, DataFound dataFound) { /* empty. */ } /** - * @see FcpListener#receivedAllData(FcpConnection, AllData) + * {@inheritDoc} */ public void receivedAllData(FcpConnection fcpConnection, AllData allData) { /* empty. */ } /** - * @see FcpListener#receivedSimpleProgress(FcpConnection, SimpleProgress) + * {@inheritDoc} */ public void receivedSimpleProgress(FcpConnection fcpConnection, SimpleProgress simpleProgress) { /* empty. */ } /** - * @see FcpListener#receivedStartedCompression(FcpConnection, - * StartedCompression) + * {@inheritDoc} */ public void receivedStartedCompression(FcpConnection fcpConnection, StartedCompression startedCompression) { /* empty. */ } /** - * @see FcpListener#receviedFinishedCompression(FcpConnection, - * FinishedCompression) + * {@inheritDoc} */ public void receviedFinishedCompression(FcpConnection fcpConnection, FinishedCompression finishedCompression) { /* empty. */ } /** - * @see FcpListener#receivedUnknownPeerNoteType(FcpConnection, - * UnknownPeerNoteType) + * {@inheritDoc} */ public void receivedUnknownPeerNoteType(FcpConnection fcpConnection, UnknownPeerNoteType unknownPeerNoteType) { /* empty. */ } /** - * @see FcpListener#receivedUnknownNodeIdentifier(FcpConnection, - * UnknownNodeIdentifier) + * {@inheritDoc} */ public void receivedUnknownNodeIdentifier(FcpConnection fcpConnection, UnknownNodeIdentifier unknownNodeIdentifier) { /* empty. */ } /** - * @see FcpListener#receivedConfigData(FcpConnection, ConfigData) + * {@inheritDoc} */ public void receivedConfigData(FcpConnection fcpConnection, ConfigData configData) { /* empty. */ } /** - * @see FcpListener#receivedGetFailed(FcpConnection, GetFailed) + * {@inheritDoc} */ public void receivedGetFailed(FcpConnection fcpConnection, GetFailed getFailed) { /* empty. */ } /** - * @see FcpListener#receivedProtocolError(FcpConnection, ProtocolError) + * {@inheritDoc} + */ + public void receivedPutFailed(FcpConnection fcpConnection, PutFailed putFailed) { + /* empty. */ + } + + /** + * {@inheritDoc} + */ + public void receivedIdentifierCollision(FcpConnection fcpConnection, IdentifierCollision identifierCollision) { + /* empty. */ + } + + /** + * {@inheritDoc} */ public void receivedProtocolError(FcpConnection fcpConnection, ProtocolError protocolError) { /* empty. */ } /** - * @see FcpListener#receivedMessage(FcpConnection, FcpMessage) + * {@inheritDoc} */ public void receivedMessage(FcpConnection fcpConnection, FcpMessage fcpMessage) { /* empty. */