X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2Fhighlevel%2FKeyGenerationResult.java;h=5d66351a413ce537e6634e4c37b29c3b74c1b621;hb=16353715c279d8b535b7aabb287764e591788c92;hp=eeaa4a9a19f53d9b8edef7065d44e7b830238054;hpb=3a469460159df2cb9e9c99dbedd1e9b7b4ef22bd;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); } /**