anukalp2804 commented on code in PR #1447:
URL: https://github.com/apache/maven-release/pull/1447#discussion_r2661360000


##########
maven-release-manager/src/main/java/org/apache/maven/shared/release/transform/ModelETL.java:
##########
@@ -51,11 +51,18 @@ public interface ModelETL {
      */
     void load(File pomFile) throws ReleaseExecutionException;
 
-    // will be removed once transform() is implemented
     /**
-     * <p>getModel.</p>
+     * Returns the intermediate {@link Model} representation.
      *
-     * @return a {@link org.apache.maven.model.Model} object
+     * @deprecated This method is a temporary accessor that exists only for
+     *             legacy workflow support. It will be removed once the
+     *             {@link #transform()} processing phase is fully implemented
+     *             and callers no longer need to access the intermediate model
+     *             directly.
+     *

Review Comment:
   > delete blank line
   
   Thanks for the review. I’ve removed the blank line as requested.



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