michael-o commented on a change in pull request #268:  [MNG-6702] Improve 
DefaultModelValidator speed
URL: https://github.com/apache/maven/pull/268#discussion_r301038777
 
 

 ##########
 File path: 
maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
 ##########
 @@ -748,10 +748,10 @@ private void validateRawRepositories( 
ModelProblemCollector problems, List<Repos
 
         for ( Repository repository : repositories )
         {
-            validateStringNotEmpty( prefix, ".id", problems, Severity.ERROR, 
Version.V20, repository.getId(),
+            validateStringNotEmpty( prefix, prefix2, ".id", problems, 
Severity.ERROR, Version.V20, repository.getId(),
 
 Review comment:
   This looks inconsistent with the diff below. This one has a trailing dot, 
the one below does not. Is that correct?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to