X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FURIGenerated.java;h=49395702c28d4d24bd59795700cecaff8c4046af;hb=408bc30a7c19455179aabbe6291a89526ac661d2;hp=06d38884301d95a5d0fed141c75231b8057c27d7;hpb=508624458578f01a393f8b44f32b98b40054fdc8;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/URIGenerated.java b/src/main/java/net/pterodactylus/fcp/URIGenerated.java index 06d3888..4939570 100644 --- a/src/main/java/net/pterodactylus/fcp/URIGenerated.java +++ b/src/main/java/net/pterodactylus/fcp/URIGenerated.java @@ -19,13 +19,13 @@ package net.pterodactylus.fcp; /** - * The “URIGenerated” message signals the client that an URI was generated for a - * {@link ClientPut} (or {@link ClientPutDiskDir} or {@link ClientPutComplexDir} - * ) request. + * The “URIGenerated” message signals the client that an URI was generated for + * a {@link ClientPut} (or {@link ClientPutDiskDir} or + * {@link ClientPutComplexDir} ) request. * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ -public class URIGenerated extends BaseMessage { +public class URIGenerated extends BaseMessage implements Identifiable { /** * Creates a new “URIGenerated” message that wraps the received message. @@ -42,6 +42,7 @@ public class URIGenerated extends BaseMessage { * * @return The identifier of the request */ + @Override public String getIdentifier() { return getField("Identifier"); } @@ -56,8 +57,8 @@ public class URIGenerated extends BaseMessage { } /** - * Returns whether the request that generated the URI is on the global queue - * or on the client-local queue. + * Returns whether the request that generated the URI is on the global + * queue or on the client-local queue. * * @return true if the request is on the global queue, * false if it is on the client-local queue