You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/09/22 14:07:40 UTC

[maven-resolver] branch MRESOLVER-46 updated: [MRESOLVER-46] Add javadoc

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch MRESOLVER-46
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/MRESOLVER-46 by this push:
     new 309bdb7  [MRESOLVER-46] Add javadoc
309bdb7 is described below

commit 309bdb7317ef4ddee861b0807a17dbaac48b881f
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Sep 22 16:07:35 2018 +0200

    [MRESOLVER-46] Add javadoc
---
 .../main/java/org/eclipse/aether/spi/connector/ArtifactUpload.java | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/ArtifactUpload.java b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/ArtifactUpload.java
index 000e65a..baea84a 100644
--- a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/ArtifactUpload.java
+++ b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/ArtifactUpload.java
@@ -56,6 +56,13 @@ public final class ArtifactUpload
         setFile( file );
     }
 
+    /**
+     * Creates a new upload with the specified properties.
+     * 
+     * @param artifact The artifact to upload, may be {@code null}.
+     * @param file The local file to upload the artifact from, may be {@code null}.
+     * @param fileTransformer The file transformer, may be {@code null}.
+     */
     public ArtifactUpload( Artifact artifact, File file, FileTransformer fileTransformer )
     {
         setArtifact( artifact );