sashapolo commented on code in PR #1569:
URL: https://github.com/apache/ignite-3/pull/1569#discussion_r1109870732
##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/rest/ClusterManagementRestFactory.java:
##########
@@ -35,7 +35,11 @@ public class ClusterManagementRestFactory implements
RestFactory {
private final ClusterManagementGroupManager cmgManager;
- public ClusterManagementRestFactory(ClusterService clusterService,
ClusterManagementGroupManager cmgManager) {
+ /** Constructor. */
+ public ClusterManagementRestFactory(
Review Comment:
What's the reason for this change?
--
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]