Yair Zaslavsky has posted comments on this change. Change subject: [WIP] Introduce new directory interface ......................................................................
Patch Set 1: (1 inline comment) .................................................... File backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/users/DirectoryEntryStatus.java Line 10: * check performed by the engine. Line 11: */ Line 12: public enum DirectoryEntryStatus implements Identifiable { Line 13: INACTIVE(0), Line 14: ACTIVE(1); +1 here. Line 15: Line 16: private int value; Line 17: Line 18: private static Map<Integer, DirectoryEntryStatus> mappings = new HashMap<Integer, DirectoryEntryStatus>(); -- To view, visit http://gerrit.ovirt.org/15596 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If84a0c9d6553d81cdbbe224972696f169cca90d4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches