Moti Asayag has posted comments on this change. Change subject: core[Enum]: Adding external status enum ......................................................................
Patch Set 3: (2 comments) 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 17: mappings.put(status.getValue(), status); Line 18: } Line 19: } Line 20: Line 21: private ExternalStatus(int value) { s/value/id Line 22: intValue = value; Line 23: } Line 24: Line 25: @Override Line 22: intValue = value; Line 23: } Line 24: Line 25: @Override Line 26: public int getValue() { s/getValue/getId Line 27: return intValue; Line 28: } Line 29: Line 30: public static ExternalStatus forValue(int value) { -- 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 <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
