X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet%2Fpterodactylus%2Ffcp%2Fhighlevel%2FKeyGenerationResult.java;h=5d66351a413ce537e6634e4c37b29c3b74c1b621;hb=6026f491a483495b8ce38603a3085d26d5b58181;hp=eeaa4a9a19f53d9b8edef7065d44e7b830238054;hpb=fdef33f54a71c55f3c3af626a5daf4c2ae517471;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/highlevel/KeyGenerationResult.java b/src/net/pterodactylus/fcp/highlevel/KeyGenerationResult.java index eeaa4a9..5d66351 100644 --- a/src/net/pterodactylus/fcp/highlevel/KeyGenerationResult.java +++ b/src/net/pterodactylus/fcp/highlevel/KeyGenerationResult.java @@ -35,8 +35,12 @@ public class KeyGenerationResult extends HighLevelResult { /** * Package-private constructor. + * + * @param identifier + * The identifier of the request */ - KeyGenerationResult() { + KeyGenerationResult(String identifier) { + super(identifier); } /**