X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FListPeerNotes.java;fp=src%2Fnet%2Fpterodactylus%2Ffcp%2FListPeerNotes.java;h=82e339963bf7be094f10b884a9f6a846cd8f42e8;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=0fff5e76f5cae10bdbe3d2c0549b0dbc0e3556af;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ListPeerNotes.java b/src/net/pterodactylus/fcp/ListPeerNotes.java index 0fff5e7..82e3399 100644 --- a/src/net/pterodactylus/fcp/ListPeerNotes.java +++ b/src/net/pterodactylus/fcp/ListPeerNotes.java @@ -21,7 +21,7 @@ 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> */ public class ListPeerNotes extends FcpMessage { @@ -29,7 +29,7 @@ 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 */