Hello Arik Hadas,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/18632

to review the following change.

Change subject: core: fix duplicate values in non operational reasons
......................................................................

core: fix duplicate values in non operational reasons

As a result of recent changes, NonOperationalReasom enum contains two
entries with duplicated int values, this patch changes them to have
unique values.

Change-Id: I80ecc00898c05ef80d346fe171bbe08993b148cc
Signed-off-by: Arik Hadas <aha...@redhat.com>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/NonOperationalReason.java
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/32/18632/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/NonOperationalReason.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/NonOperationalReason.java
index d1c3aa0f..c7926ba 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/NonOperationalReason.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/NonOperationalReason.java
@@ -17,8 +17,8 @@
     GLUSTER_COMMAND_FAILED(9),
     GLUSTER_HOST_UUID_NOT_FOUND(10),
     EMULATED_MACHINES_INCOMPATIBLE_WITH_CLUSTER(11),
-    UNTRUSTED(10),
-    UNINITIALIZED(11),
+    UNTRUSTED(12),
+    UNINITIALIZED(13),
     ;
 
     private final int value;


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I80ecc00898c05ef80d346fe171bbe08993b148cc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to