Flaugh24 commented on code in PR #2102:
URL: https://github.com/apache/ignite-3/pull/2102#discussion_r1209068443


##########
modules/code-deployment/src/main/java/org/apache/ignite/internal/deployunit/FileDeployerService.java:
##########
@@ -64,10 +68,10 @@ public void initUnitsFolder(Path unitsFolder) {
      *
      * @param id Deploy unit identifier.
      * @param version Deploy unit version.
-     * @param unitFileContent Map of deploy unit file names to file content.
+     * @param unitContent Map of deploy unit file names to file content.
      * @return Future with deploy result.
      */
-    public CompletableFuture<Boolean> deploy(String id, String version, 
Map<String, byte[]> unitFileContent) {
+    public CompletableFuture<Boolean> deploy(String id, String version, 
UnitContent unitContent) {

Review Comment:
   Why is version String? 



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