Allon Mureinik has uploaded a new change for review. Change subject: core: Unused field from SimpleAuthenticationCheck ......................................................................
core: Unused field from SimpleAuthenticationCheck Removed unused field ldapProviderType from SimpleAuthenticationCheck. Change-Id: I0d91087c66f46a8655659d27d8217a59584b62d3 Signed-off-by: Allon Mureinik <amure...@redhat.com> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ipa/SimpleAuthenticationCheck.java 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/70/13870/1 diff --git a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ipa/SimpleAuthenticationCheck.java b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ipa/SimpleAuthenticationCheck.java index 19866c6..39c9c55 100644 --- a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ipa/SimpleAuthenticationCheck.java +++ b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ipa/SimpleAuthenticationCheck.java @@ -21,7 +21,6 @@ public class SimpleAuthenticationCheck { private static String INVALID_CREDENTIALS_ERROR_CODE = "49"; - private LdapProviderType ldapProviderType; public enum Arguments { domain, -- To view, visit http://gerrit.ovirt.org/13870 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0d91087c66f46a8655659d27d8217a59584b62d3 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