X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FListPeerNotes.java;h=82e339963bf7be094f10b884a9f6a846cd8f42e8;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=f43edefa45a107549fd3c65c307c927923aa23cc;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ListPeerNotes.java b/src/net/pterodactylus/fcp/ListPeerNotes.java index f43edef..82e3399 100644 --- a/src/net/pterodactylus/fcp/ListPeerNotes.java +++ b/src/net/pterodactylus/fcp/ListPeerNotes.java @@ -1,6 +1,5 @@ /* - * jSite2 - ListPeerNotes.java - - * Copyright © 2008 David Roden + * jFCPlib - ListPeerNotes.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,16 +21,15 @@ package net.pterodactylus.fcp; /** * A “ListPeerNodes” request tells the node to list all notes that have been * entered for a node. Note that notes are only supported for darknet nodes. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class ListPeerNotes extends FcpMessage { /** * Creates a new “ListPeerNotes” request that lists all notes of the * specified node. - * + * * @param nodeIdentifier * The identifier of the node */