Alissa Bonas has uploaded a new change for review. Change subject: core: fix javadoc in ImagesHandler ......................................................................
core: fix javadoc in ImagesHandler Change-Id: Ie3973632d6d47dc3257e0bb7a38a1712c61c87ef Signed-off-by: Alissa Bonas <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImagesHandler.java 1 file changed, 1 insertion(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/47/10147/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImagesHandler.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImagesHandler.java index 4f45366..3bdab2d 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImagesHandler.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImagesHandler.java @@ -243,8 +243,6 @@ * VM * * @param image - * @param active - * @param imageStorageDomainMap */ public static void addDiskImageWithNoVmDevice(DiskImage image) { addDiskImageWithNoVmDevice(image, @@ -257,8 +255,6 @@ * * @param disk * disk to add - * @param vmId - * ID of the VM the disk will be associated with */ public static void addDisk(BaseDisk disk) { if (!DbFacade.getInstance().getBaseDiskDao().exists(disk.getId())) { @@ -626,7 +622,7 @@ * Filter image disks by attributes. * @param listOfDisks - The list of disks to be filtered. * @param filterNotShareableDisks - Indication whether to filter disks which are not shareable. - * @param filterAllowSnapshot - Indication whether to filter disks which are allowed to be snapshot. + * @param filterAllowSnapshotDisks - Indication whether to filter disks which are allowed to be snapshot. * @return - List filtered of disk images. */ public static List<DiskImage> filterImageDisks(Collection<Disk> listOfDisks, -- To view, visit http://gerrit.ovirt.org/10147 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie3973632d6d47dc3257e0bb7a38a1712c61c87ef Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alissa Bonas <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
