nizhikov commented on a change in pull request #9677:
URL: https://github.com/apache/ignite/pull/9677#discussion_r773221069



##########
File path: 
modules/core/src/main/java/org/apache/ignite/services/ServiceConfiguration.java
##########
@@ -77,6 +77,25 @@
     @GridToStringExclude
     protected IgnitePredicate<ClusterNode> nodeFilter;
 
+    /** Default constructor. */
+    public ServiceConfiguration() {
+        // No-op.
+    }
+
+    /**
+     * Copy constructor.
+     * @param cfg Configuration to copy.
+     */
+    public ServiceConfiguration(ServiceConfiguration cfg) {
+        name = cfg.name;

Review comment:
       Sorry. Unrelated changes. reverted.




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