make code match documentation
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Mon, 12 May 2008 21:58:31 +0000 (21:58 +0000)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Mon, 12 May 2008 21:58:31 +0000 (21:58 +0000)
git-svn-id: http://trooper/svn/projects/jFCPlib/branch/high-level-client@856 c3eda9e8-030b-0410-8277-bc7414b0a119

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);
        }