xyuanlu commented on code in PR #2892:
URL: https://github.com/apache/helix/pull/2892#discussion_r1733727428


##########
helix-gateway/src/main/java/org/apache/helix/gateway/api/service/HelixGatewayServiceChannel.java:
##########
@@ -35,10 +35,9 @@ public interface HelixGatewayServiceChannel {
    * Gateway service send a state transition message to a connected 
participant.
    *
    * @param instanceName the name of the participant
-   * @param currentState the current state of the shard
    * @param message      the message to send
    */
-  void sendStateTransitionMessage(String instanceName, String currentState, 
Message message);
+  void sendStateTransitionMessage(String instanceName,Message message);

Review Comment:
   updated



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to