Pankraz76 commented on code in PR #2292: URL: https://github.com/apache/maven/pull/2292#discussion_r2077437814
########## impl/maven-impl/src/main/java/org/apache/maven/impl/model/DefaultModelProcessor.java: ########## @@ -39,27 +39,29 @@ import org.apache.maven.api.spi.ModelParser; import org.apache.maven.api.spi.ModelParserException; +import static org.apache.maven.api.spi.ModelParser.STRICT; + /** * * Note: uses @Typed to limit the types it is available for injection to just ModelProcessor. - * + * <p> * This is because the ModelProcessor interface extends ModelLocator and ModelReader. If we * made this component available under all its interfaces then it could end up being injected * into itself leading to a stack overflow. - * Review Comment: there is an checkstyle rule for this -- 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]
