Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Marwell <bmarwell@apache.org>
  • Loading branch information
alexist and bmarwell authored Nov 6, 2023
1 parent d93249b commit 070fb43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/mojo/wagon/CopyMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class CopyMojo


/**
* Download files that doesn't exist in local directory.
* Download files that do not exist in the download directory.
* Upload files that are not yet in target.
*/
@Parameter( property = "wagon.incremental")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public interface WagonCopy
* @param toWagon - target Wagon
* @param optimize - locally compressed and remotely uncompress for scp only
* @param logger - logger used
* @param incremental - Only copy files that doesn't already exist in target Wagon
* @param incremental - Only copy files that do not already exist in the download directory
* @throws WagonException if any wagon error
* @throws IOException if any io error
*/
Expand Down

0 comments on commit 070fb43

Please sign in to comment.