Sergey Gotliv has uploaded a new change for review. Change subject: engine: Remove javadoc from one of DiskValidator APIs ......................................................................
engine: Remove javadoc from one of DiskValidator APIs Removed javadoc is not alligned with the curent API signature and doesn't provide any additional information about it. Change-Id: Iaa3d1173400be9eae7f0ba79344fdeb9724ca6d3 Signed-off-by: Sergey Gotliv <sgot...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/validator/DiskValidator.java 1 file changed, 0 insertions(+), 9 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/52/23952/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/validator/DiskValidator.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/validator/DiskValidator.java index 244c1a7..6a0bfeaa 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/validator/DiskValidator.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/validator/DiskValidator.java @@ -103,15 +103,6 @@ return DbFacade.getInstance().getVmDao(); } - /** - * Check if the disk interface is supported. - * - * @param osId - * Type of the OS. - * @param version - * The cluster version. - * @return An error if the disk interface is not compatible with the selected operating system. - */ public ValidationResult isDiskInterfaceSupported(VM vm) { if (vm != null) { if (!VmValidationUtils.isDiskInterfaceSupportedByOs(vm.getOs(), vm.getVdsGroupCompatibilityVersion(), disk.getDiskInterface())) { -- To view, visit http://gerrit.ovirt.org/23952 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaa3d1173400be9eae7f0ba79344fdeb9724ca6d3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sergey Gotliv <sgot...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches