Oved Ourfali has posted comments on this change.

Change subject: core[Enum]: Adding external status enum
......................................................................


Patch Set 3: Code-Review+1

(1 comment)

https://gerrit.ovirt.org/#/c/40992/3/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ExternalStatus.java
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ExternalStatus.java:

Line 2: 
Line 3: import java.util.HashMap;
Line 4: 
Line 5: public enum ExternalStatus implements Identifiable {
Line 6:     Ok(0),
no icon for Ok, right? showing only 1-4.
Line 7:     Info(1),
Line 8:     Warning(2),
Line 9:     Error(3),
Line 10:     Failure(4);


-- 
To view, visit https://gerrit.ovirt.org/40992
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia46af5206938025ad3c487cc1998b32301783cbf
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to