abashev commented on code in PR #12735:
URL: https://github.com/apache/ignite/pull/12735#discussion_r2805085993


##########
modules/core/src/main/java/org/apache/ignite/internal/managers/deployment/GridDeploymentInfoBean.java:
##########
@@ -125,139 +118,55 @@ public GridDeploymentInfoBean(GridDeploymentInfo dep) {
         return participants;
     }
 
-    /** {@inheritDoc} */
-    @Override public int hashCode() {
-        return clsLdrId.hashCode();
+    /**
+     * @param clsLdrId Class loader ID.
+     */
+    public void classLoaderId(IgniteUuid clsLdrId) {

Review Comment:
   Done



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