Liron Aravot has posted comments on this change.

Change subject: core: ImagesHandler: filterImageDisks readability
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImagesHandler.java
Line 606:         List<DiskImage> diskImages = new ArrayList<DiskImage>();
Line 607:         for (Disk disk : listOfDisks) {
Line 608:             if (disk.getDiskStorageType() == DiskStorageType.IMAGE &&
Line 609:                     (!allowOnlyNotShareableDisks || 
!disk.isShareable()) &&
Line 610:                     (!allowOnlySnapabletDisks || 
disk.isAllowSnapshot())) {
Snapablet = Snappable..
Line 611:                 diskImages.add((DiskImage) disk);
Line 612:             }
Line 613:         }
Line 614:         return diskImages;


--
To view, visit http://gerrit.ovirt.org/12318
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I7cc2fc314e05fda6b1c6cdf39365b64fa0cfe345
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Alissa Bonas <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Liron Aravot <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Vered Volansky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to