X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FUnknownPeerNoteType.java;h=b36c4ee430a5cca62ac135fabfd8078cf06ab3e2;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=8a82d4340df7e86fe2da1a3c4b621666cebef537;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/UnknownPeerNoteType.java b/src/net/pterodactylus/fcp/UnknownPeerNoteType.java index 8a82d43..b36c4ee 100644 --- a/src/net/pterodactylus/fcp/UnknownPeerNoteType.java +++ b/src/net/pterodactylus/fcp/UnknownPeerNoteType.java @@ -1,6 +1,5 @@ /* - * jSite2 - UnknownPeerNoteType.java - - * Copyright \u00A9 2008 David Roden + * jFCPlib - UnknownPeerNoteType.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 @@ -22,7 +21,7 @@ package net.pterodactylus.fcp; /** * The ”UnknownPeerNoteType” message signals the client that the type of peer * note used in a previous {@link ModifyPeerNote} is unknown. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class UnknownPeerNoteType extends BaseMessage { @@ -30,7 +29,7 @@ public class UnknownPeerNoteType extends BaseMessage { /** * Creates a new ”UnknownPeerNoteType” message that wraps the received * message. - * + * * @param receivedMessage * The received message */ @@ -40,7 +39,7 @@ public class UnknownPeerNoteType extends BaseMessage { /** * Returns the type of peer note that is unkown. - * + * * @return The unknown peer note type */ public int getPeerNoteType() {