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