Alona Kaplan has posted comments on this change. Change subject: core: Move Pair class to common.utils ......................................................................
Patch Set 5: (1 inline comment) .................................................... File backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/utils/Pair.java Line 1: package org.ovirt.engine.core.common.utils; Line 2: Line 3: public final class Pair<T, K> { The class should be serializable. Line 4: private T first; Line 5: private K second; Line 6: Line 7: public Pair() { -- To view, visit http://gerrit.ovirt.org/8697 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I358b2feb95c1d62cce2d76e3d35e46ac5e7239be Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Muli Salem <msa...@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com> Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com> Gerrit-Reviewer: Moti Asayag <masa...@redhat.com> Gerrit-Reviewer: Muli Salem <msa...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches