X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FURIGenerated.java;h=1b126f1a935aad46f475ff2f4230a8bb07a09c92;hb=05e52ccf3f6e8f2645031cfd3b35f3f71d3a2b82;hp=6b36f645d57ba48f0c231e88aebd2151a23ba14c;hpb=97f432ee0c2189a2c540e365e37daa11d9a591b1;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/URIGenerated.java b/src/main/java/net/pterodactylus/fcp/URIGenerated.java index 6b36f64..1b126f1 100644 --- a/src/main/java/net/pterodactylus/fcp/URIGenerated.java +++ b/src/main/java/net/pterodactylus/fcp/URIGenerated.java @@ -19,9 +19,9 @@ 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> */ @@ -33,7 +33,7 @@ public class URIGenerated extends BaseMessage implements Identifiable { * @param receivedMessage * The received message */ - URIGenerated(FcpMessage receivedMessage) { + public URIGenerated(FcpMessage receivedMessage) { super(receivedMessage); } @@ -42,6 +42,7 @@ public class URIGenerated extends BaseMessage implements Identifiable { * * @return The identifier of the request */ + @Override public String getIdentifier() { return getField("Identifier"); } @@ -56,8 +57,8 @@ public class URIGenerated extends BaseMessage implements Identifiable { } /** - * 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