Allon Mureinik has uploaded a new change for review. Change subject: core: Removed ImportCandidateTypeEnum ......................................................................
core: Removed ImportCandidateTypeEnum The aforementioned enum is not used anywhere in the codebase, and should thus be removed. Change-Id: Ic547d2356e310324fa53b49122786bfe3f769ab4 Signed-off-by: Allon Mureinik <[email protected]> --- D backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ImportCandidateTypeEnum.java 1 file changed, 0 insertions(+), 14 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/39/14339/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ImportCandidateTypeEnum.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ImportCandidateTypeEnum.java deleted file mode 100644 index 7304eec..0000000 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ImportCandidateTypeEnum.java +++ /dev/null @@ -1,14 +0,0 @@ -package org.ovirt.engine.core.common.queries; - -public enum ImportCandidateTypeEnum { - VM, - TEMPLATE; - - public int getValue() { - return this.ordinal(); - } - - public static ImportCandidateTypeEnum forValue(int value) { - return values()[value]; - } -} -- To view, visit http://gerrit.ovirt.org/14339 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic547d2356e310324fa53b49122786bfe3f769ab4 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
