Allon Mureinik has uploaded a new change for review. Change subject: core: rm unused ctors from event_subsriber_id ......................................................................
core: rm unused ctors from event_subsriber_id Change-Id: I89bf909115e2271bb48bb2d2c7acfa3fa6a4b95c Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/event_subscriber_id.java 1 file changed, 0 insertions(+), 11 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/90/21990/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/event_subscriber_id.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/event_subscriber_id.java index f0a6924..055f14d 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/event_subscriber_id.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/event_subscriber_id.java @@ -13,17 +13,6 @@ int methodId; String tagName; - public event_subscriber_id() { - } - - public event_subscriber_id(Guid subscriberId, String eventUpName, int methodId, String tagName) { - super(); - this.subscriberId = subscriberId; - this.eventUpName = eventUpName; - this.methodId = methodId; - this.tagName = tagName; - } - @Override public int hashCode() { final int prime = 31; -- To view, visit http://gerrit.ovirt.org/21990 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I89bf909115e2271bb48bb2d2c7acfa3fa6a4b95c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
