Allon Mureinik has uploaded a new change for review.

Change subject: core: Remove unused ctors from DefaultRootDSE
......................................................................

core: Remove unused ctors from DefaultRootDSE

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


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/79/21679/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/DefaultRootDSE.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/DefaultRootDSE.java
index 469cdd8..e0712a8 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/DefaultRootDSE.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/DefaultRootDSE.java
@@ -4,17 +4,9 @@
 import javax.naming.directory.Attribute;
 import javax.naming.directory.Attributes;
 
-
 public class DefaultRootDSE implements RootDSE {
 
     private String defaultNamingContext;
-
-    public DefaultRootDSE() {
-    }
-
-    public DefaultRootDSE(String defaultNamingContext) {
-        this.defaultNamingContext = defaultNamingContext;
-    }
 
     public DefaultRootDSE(Attributes rootDseRecords) throws NamingException {
         Attribute namingContexts = 
rootDseRecords.get(DefaultRootDSEAttributes.namingContexts.name());


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

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