Allon Mureinik has uploaded a new change for review.

Change subject: core: Make LdapQueryExecution immutable
......................................................................

core: Make LdapQueryExecution immutable

Removed the unused setters from LdapQueryExecution.

Change-Id: I63b5dd4d1802fcc26b57e58df9164e3222d9acb7
Signed-off-by: Allon Mureinik <amure...@redhat.com>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/LdapQueryExecution.java
1 file changed, 0 insertions(+), 29 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/86/21686/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/LdapQueryExecution.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/LdapQueryExecution.java
index 8c90871..6a205be 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/LdapQueryExecution.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/LdapQueryExecution.java
@@ -34,56 +34,27 @@
         return filter;
     }
 
-    public void setFilter(String filter) {
-        this.filter = filter;
-    }
-
     public String getDisplayFilter() {
         return displayFilter;
-    }
-
-    public void setDisplayFilter(String displayFilter) {
-        this.displayFilter = displayFilter;
     }
 
     public String getBaseDN() {
         return baseDN;
     }
 
-    public void setBaseDN(String baseDN) {
-        this.baseDN = baseDN;
-    }
-
     public ContextMapper getContextMapper() {
         return contextMapper;
-    }
-
-    public void setContextMapper(ContextMapper contextMapper) {
-        this.contextMapper = contextMapper;
     }
 
     public int getSearchScope() {
         return searchScope;
     }
 
-    public void setSearchScope(int searchScope) {
-        this.searchScope = searchScope;
-    }
-
     public String[] getReturningAttributes() {
         return returningAttributes;
-    }
-
-    public void setReturningAttributes(String[] returningAttributes) {
-        this.returningAttributes = returningAttributes;
     }
 
     public String getDomain() {
         return domain;
     }
-
-    public void setDomain(String domain) {
-        this.domain = domain;
-    }
-
 }


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

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