X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FNodeData.java;h=05ee41230b62441847b21ea55d60e25cd6c21fbb;hb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;hp=6e2d25a7492aaa42890634b58ef14bcca875f422;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/NodeData.java b/src/net/pterodactylus/fcp/NodeData.java index 6e2d25a..05ee412 100644 --- a/src/net/pterodactylus/fcp/NodeData.java +++ b/src/net/pterodactylus/fcp/NodeData.java @@ -1,6 +1,5 @@ /* - * jSite2 - NodeData.java - - * Copyright © 2008 David Roden + * jFCPlib - NodeData.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 @@ -167,8 +166,8 @@ public class NodeData extends BaseMessage { * * @param field * The name of the field - * @return The value of the field, or null if there is no - * such field + * @return The value of the field, or null if there is no such + * field */ public String getVolatile(String field) { return getField("volatile." + field);