Allon Mureinik has uploaded a new change for review. Change subject: core: rm DevicePropertiesUtils.getSupportedDeviceTypes ......................................................................
core: rm DevicePropertiesUtils.getSupportedDeviceTypes Removed unused methods. Change-Id: I243addf42aab68ae5e3275e2c0a9eb4ced3da518 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/customprop/DevicePropertiesUtils.java 1 file changed, 0 insertions(+), 9 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/15/22015/1 diff --git a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/customprop/DevicePropertiesUtils.java b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/customprop/DevicePropertiesUtils.java index 0fc5187..a93fbb3 100644 --- a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/customprop/DevicePropertiesUtils.java +++ b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/customprop/DevicePropertiesUtils.java @@ -215,15 +215,6 @@ } /** - * Returns the list of device types for which custom properties can be set - * - * @return the list of device types for which custom properties can be set - */ - public List<VmDeviceGeneralType> getSupportedDeviceTypes() { - return supportedDeviceTypes; - } - - /** * Returns set of device types which have defined properties in specified version * * @param version -- To view, visit http://gerrit.ovirt.org/22015 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I243addf42aab68ae5e3275e2c0a9eb4ced3da518 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
