X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FPeer.java;h=df1c8f0e9176ff6f2470ea94f28d8bea51d9ff7a;hp=fff70cb9dfb4bd4c9baa1807c30341b29d47cb05;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;hpb=572802370f7dff98b690df85b79e256335e28b33 diff --git a/src/main/java/net/pterodactylus/fcp/Peer.java b/src/main/java/net/pterodactylus/fcp/Peer.java index fff70cb..df1c8f0 100644 --- a/src/main/java/net/pterodactylus/fcp/Peer.java +++ b/src/main/java/net/pterodactylus/fcp/Peer.java @@ -213,9 +213,10 @@ public class Peer extends BaseMessage implements Identifiable { } /** - * Returns one of the volatile fields from the message. The given field name - * is prepended with “volatile.” so if you want to get the value of the - * field with the name “volatile.status” you only need to specify “status”. + * Returns one of the volatile fields from the message. The given field + * name is prepended with “volatile.” so if you want to get the value of + * the field with the name “volatile.status” you only need to specify + * “status”. * * @param field * The name of the field @@ -242,10 +243,10 @@ public class Peer extends BaseMessage implements Identifiable { } /** - * Returns one of the metadata fields from the message. The given field name - * is prepended with “metadata.” so if you want to get the value of the - * field with the name “metadata.timeLastRoutable” you only need to specify - * “timeLastRoutable”. + * Returns one of the metadata fields from the message. The given field + * name is prepended with “metadata.” so if you want to get the value of + * the field with the name “metadata.timeLastRoutable” you only need to + * specify “timeLastRoutable”. * * @param field * The name of the field