make code match documentation
[jFCPlib.git] / src / net / pterodactylus / fcp / highlevel / DownloadResult.java
index c6a237a..295398d 100644 (file)
@@ -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);
        }