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