Allon Mureinik has uploaded a new change for review. Change subject: core: Remove unused event_notification_hist ctor ......................................................................
core: Remove unused event_notification_hist ctor Removed the ctor that isn't used anywhere in the codebase. Change-Id: I4854427e550ef7a9d2ad8700195d1ba7d53b1dc5 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/event_notification_hist.java 1 file changed, 0 insertions(+), 11 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/23/18123/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/event_notification_hist.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/event_notification_hist.java index fe93a5e..be0a973 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/event_notification_hist.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/event_notification_hist.java @@ -11,17 +11,6 @@ public event_notification_hist() { } - public event_notification_hist(long audit_log_id, String event_name, String method_type, String reason, - java.util.Date sent_at, boolean status, Guid subscriber_id) { - this.auditLogId = audit_log_id; - this.eventName = event_name; - this.methodType = method_type; - this.reason = reason; - this.sentAt = sent_at; - this.status = status; - this.subscriberId = subscriber_id; - } - private long auditLogId; public long getaudit_log_id() { -- To view, visit http://gerrit.ovirt.org/18123 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4854427e550ef7a9d2ad8700195d1ba7d53b1dc5 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
