X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FDataFound.java;h=742f6ac4f0a18164db32be69572993068ff9f607;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;hp=68ea166a1cc7f903f454748ca88a7099c2b4a63f;hpb=97f432ee0c2189a2c540e365e37daa11d9a591b1;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/DataFound.java b/src/main/java/net/pterodactylus/fcp/DataFound.java index 68ea166..742f6ac 100644 --- a/src/main/java/net/pterodactylus/fcp/DataFound.java +++ b/src/main/java/net/pterodactylus/fcp/DataFound.java @@ -20,8 +20,8 @@ package net.pterodactylus.fcp; /** * A “DataFound” message signals the client that the data requested by a - * {@link ClientGet} operation has been found. This message does not include the - * actual data, though. + * {@link ClientGet} operation has been found. This message does not include + * the actual data, though. * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ @@ -52,6 +52,7 @@ public class DataFound extends BaseMessage implements Identifiable { * * @return The identifier of the request */ + @Override public String getIdentifier() { return getField("Identifier"); }