Allon Mureinik has uploaded a new change for review. Change subject: core: Remove unused ctors from IPARootDSE ......................................................................
core: Remove unused ctors from IPARootDSE Change-Id: Ic3f3d74dea32e64c74487b726509da113adb689f Signed-off-by: Allon Mureinik <amure...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/IPARootDSE.java 1 file changed, 0 insertions(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/83/21683/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/IPARootDSE.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/IPARootDSE.java index aaa7013..4b34b06 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/IPARootDSE.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/IPARootDSE.java @@ -9,13 +9,6 @@ private String defaultNamingContext; - public IPARootDSE() { - } - - public IPARootDSE(String defaultNamingContext) { - this.defaultNamingContext = defaultNamingContext; - } - public IPARootDSE(Attributes rootDseRecords) throws NamingException { Attribute namingContexts = rootDseRecords.get(IPARootDSEAttributes.namingContexts.name()); if ( namingContexts != null ) { -- To view, visit http://gerrit.ovirt.org/21683 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic3f3d74dea32e64c74487b726509da113adb689f 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