You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2020/04/05 12:24:20 UTC

[ant-ivy] branch master updated: RetrieveEngine: remove superfluous space in error

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

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git


The following commit(s) were added to refs/heads/master by this push:
     new bb8cfa7  RetrieveEngine: remove superfluous space in error
bb8cfa7 is described below

commit bb8cfa726cb93f8f77b59125e80e06cf2fc1b7f6
Author: Simon Legner <Si...@gmail.com>
AuthorDate: Sun Apr 5 12:26:10 2020 +0200

    RetrieveEngine: remove superfluous space in error
---
 src/java/org/apache/ivy/core/retrieve/RetrieveEngine.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/java/org/apache/ivy/core/retrieve/RetrieveEngine.java b/src/java/org/apache/ivy/core/retrieve/RetrieveEngine.java
index e10c33a..d50f047 100644
--- a/src/java/org/apache/ivy/core/retrieve/RetrieveEngine.java
+++ b/src/java/org/apache/ivy/core/retrieve/RetrieveEngine.java
@@ -411,7 +411,7 @@ public class RetrieveEngine {
                     ArtifactDownloadReport current = artifactsList.get(i);
                     if (winnerMD.equals(current.getArtifact().getModuleRevisionId())) {
                         throw new RuntimeException("Multiple artifacts of the module " + winnerMD
-                                + " are retrieved to the same file! Update the retrieve pattern "
+                                + " are retrieved to the same file! Update the retrieve pattern"
                                 + " to fix this error.");
                     }
                 }