DaanHoogland commented on a change in pull request #3606: [WIP DO NOT MERGE] VM
ingestion
URL: https://github.com/apache/cloudstack/pull/3606#discussion_r342610958
##########
File path:
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java
##########
@@ -617,18 +637,19 @@ protected void
reconfigureProcessorByHandler(EnumMap<VmwareStorageProcessorConfi
/**
* Examine StorageSubSystem command to get full clone flag, if provided
- * @param cmd command to execute
+ *
+ * @param cmd command to execute
* @param params params
* @return copy of params including new values, if suitable
*/
protected EnumMap<VmwareStorageProcessorConfigurableFields, Object>
examineStorageSubSystemCommandFullCloneFlagForVmware(CopyCommand cmd,
- EnumMap<VmwareStorageProcessorConfigurableFields, Object> params) {
+
EnumMap<VmwareStorageProcessorConfigurableFields, Object> params) {
Review comment:
i liked the previous formatting better ;)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services