anukalp2804 commented on code in PR #11680:
URL: https://github.com/apache/maven/pull/11680#discussion_r2809653427


##########
api/maven-api-model/src/main/mdo/maven.mdo:
##########
@@ -401,17 +401,15 @@
      * @return The POM file from which this model originated or {@code null} 
if this model does not belong to a local
      *         project (e.g. describes the metadata of some artifact from the 
repository).
      *
-     * @deprecated since 4.0.0.
-     *             Use {@link #getPomPath()} instead.
+     * @deprecated Use getPomPath() instead.
      */
     @Deprecated

Review Comment:
   Thanks for catching that. I’ve restored the `since = "4.0.0"` value in the 
`@Deprecated` annotation and kept a single Javadoc `@deprecated` entry with the 
replacement reference.



-- 
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]

Reply via email to