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:50 UTC

[maven-resolver] 19/19: Close parens

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 44d1fd226ec82764a3b78b4a99f775c06f5efe4f
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Mar 15 09:04:26 2022 +0100

    Close parens
---
 .../org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.java b/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.java
index 8398591..30c3e8a 100644
--- a/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.java
+++ b/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.java
@@ -134,7 +134,7 @@ public final class Maven2RepositoryLayoutFactory
         {
             throw new IllegalArgumentException(
                     String.format(
-                            "The configuration %s contains illegal values: %s (all entries must start with '.' (dot)",
+                            "The configuration %s contains illegal values: %s (all entries must start with '.' (dot))",
                             CONFIG_PROP_OMIT_CHECKSUMS_FOR_EXTENSIONS,
                             omitChecksumsForExtensions
                     )