rpuch commented on code in PR #4403:
URL: https://github.com/apache/ignite-3/pull/4403#discussion_r1764524151
##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/ClusterManagementGroupManager.java:
##########
@@ -264,11 +264,8 @@ public ClusterManagementGroupManager(
* @param cmgNodeNames Names of nodes that will host the Cluster
Management Group.
* @param clusterName Human-readable name of the cluster.
*/
- public void initCluster(
- Collection<String> metaStorageNodeNames,
- Collection<String> cmgNodeNames,
- String clusterName
- ) throws NodeStoppingException {
+ public void initCluster(Collection<String> metaStorageNodeNames,
Collection<String> cmgNodeNames, String clusterName)
Review Comment:
Parameters fit one line, so I reformatted it. It seems ok to wrap throws
declarations to next line
--
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]