X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2Fhighlevel%2FDownloadResult.java;h=295398dfa71cb92aae41f0ede041a9cf9fbc1f82;hb=eb23f17afdd9f12dd4a93388a01fb442d1efef26;hp=c6a237a0ec25173fb5b85107b8fd5d5fa163a9f2;hpb=6026f491a483495b8ce38603a3085d26d5b58181;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/highlevel/DownloadResult.java b/src/net/pterodactylus/fcp/highlevel/DownloadResult.java index c6a237a..295398d 100644 --- a/src/net/pterodactylus/fcp/highlevel/DownloadResult.java +++ b/src/net/pterodactylus/fcp/highlevel/DownloadResult.java @@ -33,7 +33,7 @@ public class DownloadResult extends HighLevelProgress { * @param identifier * The identifier of the request */ - public DownloadResult(String identifier) { + DownloadResult(String identifier) { super(identifier); }