Commit baf07d8
Fix HypervisorType dispatch in addFullClone flag helper
Replace invalid switch on Hypervisor.HypervisorType (not a Java enum) with
equality checks so cloud-engine-storage-datamotion compiles.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 3c86f66 commit baf07d8
1 file changed
Lines changed: 7 additions & 7 deletions
File tree
- engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
290 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
0 commit comments