Allon Mureinik has uploaded a new change for review.

Change subject: core: Remove unused permissions ctor
......................................................................

core: Remove unused permissions ctor

Removed the ctor that isn't used anywhere in the codebase.

Change-Id: I16f267c0ad93a324679ad713c76fb756a93dad17
Signed-off-by: Allon Mureinik <amure...@redhat.com>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/permissions.java
1 file changed, 0 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/25/18125/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/permissions.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/permissions.java
index 67e8ac2..f975769 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/permissions.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/permissions.java
@@ -24,17 +24,6 @@
         this.id = Guid.newGuid();
     }
 
-    /**
-     * @param adElementId
-     * @param id
-     * @param roleId
-     */
-    public permissions(Guid adElementId, Guid id, Guid roleId) {
-        this.adElementId = adElementId;
-        this.id = id;
-        this.roleId = roleId;
-    }
-
     public permissions(Guid adElementId, Guid roleId, Guid objectId, 
VdcObjectType objectType) {
         this.id = Guid.newGuid();
         this.adElementId = adElementId;


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I16f267c0ad93a324679ad713c76fb756a93dad17
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amure...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to