Allon Mureinik has uploaded a new change for review. Change subject: core: rm unused class WindowsErrorsTranslationMap ......................................................................
core: rm unused class WindowsErrorsTranslationMap Change-Id: If2a185c9c5154427cd50231141a3c38585dfaf0e Signed-off-by: Allon Mureinik <amure...@redhat.com> --- D backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/WindowsErrorsTranslationMap.java 1 file changed, 0 insertions(+), 20 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/77/21677/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/WindowsErrorsTranslationMap.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/WindowsErrorsTranslationMap.java deleted file mode 100644 index 7dd88c6..0000000 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/WindowsErrorsTranslationMap.java +++ /dev/null @@ -1,20 +0,0 @@ -package org.ovirt.engine.core.bll; - -import java.util.HashMap; -import java.util.Map; - -import org.ovirt.engine.core.common.errors.VdcBllMessages; - -public class WindowsErrorsTranslationMap { - private static Map<Integer, VdcBllMessages> errorCodes = new HashMap<Integer, VdcBllMessages>(); - - static { - errorCodes.put(1326, VdcBllMessages.USER_FAILED_TO_AUTHENTICATE_WRONG_USERNAME_OR_PASSWORD); - } - - public static VdcBllMessages getError(int errorCode) { - return errorCodes.get(errorCode); - } - -} - -- To view, visit http://gerrit.ovirt.org/21677 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If2a185c9c5154427cd50231141a3c38585dfaf0e 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