cstamas commented on code in PR #2380:
URL: https://github.com/apache/maven/pull/2380#discussion_r2105430989
##########
impl/maven-impl/src/main/java/org/apache/maven/impl/model/DefaultModelValidator.java:
##########
@@ -302,7 +304,7 @@ public DefaultModelValidator() {}
@Override
@SuppressWarnings("checkstyle:MethodLength")
- public void validateFileModel(Model m, int validationLevel,
ModelProblemCollector problems) {
+ public void validateFileModel(Session s, Model m, int validationLevel,
ModelProblemCollector problems) {
Review Comment:
Yeah, when am modifying code, I am trying to "adhere" to existing "style". I
agree, but doing that (in fact doing all what you propose) would come with a
LOT of unrelated diff...
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]