You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/03/15 08:04:45 UTC

[maven-resolver] 14/19: Fix javadoc

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

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

commit 88126818dca489347eb3340185f22c0e953f7389
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sun Mar 13 00:48:34 2022 +0100

    Fix javadoc
    
    The meaning has be reverted
---
 .../java/org/eclipse/aether/spi/connector/layout/RepositoryLayout.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/layout/RepositoryLayout.java b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/layout/RepositoryLayout.java
index 796385f..8eaa5f6 100644
--- a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/layout/RepositoryLayout.java
+++ b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/layout/RepositoryLayout.java
@@ -146,7 +146,7 @@ public interface RepositoryLayout
      * On download, the {@link org.eclipse.aether.spi.connector.layout.RepositoryLayout#getChecksumAlgorithmFactories()}
      * layout required checksums are calculated, and non layout-provided checksums are still utilized.
      *
-     * Typical case to return {@code true} (to omit checksums) is for artifact signatures, that are already a
+     * Typical case to return {@code false} (to omit checksums) is for artifact signatures, that are already a
      * "sub-artifact" of some main artifact (for example a JAR), and they can be validated by some other means.
      *
      * @since 1.8.0