RetrieveEngine: remove superfluous space in error

This commit is contained in:
Simon Legner 2020-04-05 12:26:10 +02:00 committed by GitHub
parent 87de654504
commit bb8cfa726c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.");
}
}