X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FURIGenerated.java;h=49395702c28d4d24bd59795700cecaff8c4046af;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;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..4939570 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> */ @@ -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