gnodet commented on code in PR #2233:
URL: https://github.com/apache/maven/pull/2233#discussion_r2041200656
##########
api/maven-api-model/src/main/mdo/maven.mdo:
##########
@@ -2220,6 +2220,21 @@
</field>
</fields>
<codeSegments>
+ <codeSegment>
+ <version>4.0.0+</version>
+ <code>
+ <![CDATA[
+ @Deprecated
Review Comment:
I've added a bit of javadoc.
Those methods are not new, they are not explicitly added, because the switch
above from `<version>4.0.0+</version>` to `<version>4.0.0</version>`
effectively does not generate them anymore. So I added them for backward
compatibility as no-op.
--
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]