ahgittin commented on code in PR #1322:
URL: https://github.com/apache/brooklyn-server/pull/1322#discussion_r907093507
##########
core/src/main/java/org/apache/brooklyn/util/core/file/ArchiveUtils.java:
##########
@@ -213,8 +213,10 @@ public static void deploy(String archiveUrl,
SshMachineLocation machine, String
* @see #deploy(Map, String, SshMachineLocation, String, String, String)
*/
public static void deploy(Map<String, ?> props, String archiveUrl,
SshMachineLocation machine, String destDir) {
+ List<File> filesToDelete = MutableList.of();
Review Comment:
it's the same pattern used elsewhere which i think is nice for consistency,
though minor either way imo
--
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]