Allon Mureinik has uploaded a new change for review.

Change subject: core: rm unused EventNotificationMethod ctors
......................................................................

core: rm unused EventNotificationMethod ctors

Change-Id: I2c148ac817ba66d1295a09e7f0771b841cdb602e
Signed-off-by: Allon Mureinik <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/EventNotificationMethod.java
1 file changed, 0 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/91/21991/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/EventNotificationMethod.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/EventNotificationMethod.java
index d9914ba..fbe2562 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/EventNotificationMethod.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/EventNotificationMethod.java
@@ -8,14 +8,6 @@
 public class EventNotificationMethod implements Serializable {
     private static final long serialVersionUID = -8648391842192154307L;
 
-    public EventNotificationMethod() {
-    }
-
-    public EventNotificationMethod(int method_id, String method_type) {
-        this.methodId = method_id;
-        this.methodType = method_type;
-    }
-
     private int methodId;
 
     public int getmethod_id() {


-- 
To view, visit http://gerrit.ovirt.org/21991
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2c148ac817ba66d1295a09e7f0771b841cdb602e
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

Reply via email to