Pochatkin commented on code in PR #2121:
URL: https://github.com/apache/ignite-3/pull/2121#discussion_r1221710843


##########
modules/api/src/main/java/org/apache/ignite/compute/DeploymentUnit.java:
##########
@@ -41,6 +41,17 @@ public DeploymentUnit(String name, Version version) {
         this.version = version;
     }
 
+    /**
+     * Constructor.
+     *
+     * @param name Name of the deployment unit.
+     * @param version Version of the deployment unit.
+     */
+    public DeploymentUnit(String name, String version) {
+        this.name = name;

Review Comment:
   this(name, Version.parse());



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