mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
21.03.2007 0af5344500b0f427af6b215820d9de078277c868
opends/src/guitools/org/opends/guitools/uninstaller/ui/LoginDialog.java
@@ -410,7 +410,7 @@
          else
          {
            throw new ApplicationException(ReturnCode.APPLICATION_ERROR,
                INFO_COULD_NOT_FIND_VALID_LDAPURL.get(), null);
                ERR_COULD_NOT_FIND_VALID_LDAPURL.get(), null);
          }
        } catch (NamingException ne)
        {
@@ -532,7 +532,7 @@
            {
              // Message with causes
              displayError(
                  INFO_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE.get(
                  ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE.get(
                          Utils.getMessageFromCollection(possibleCauses, "\n")),
                  INFO_ERROR_TITLE.get());
            }
@@ -540,7 +540,7 @@
            {
              // Generic message
              displayError(
                  INFO_CANNOT_CONNECT_TO_LOGIN_WITHOUT_CAUSE.get(),
                  ERR_CANNOT_CONNECT_TO_LOGIN_WITHOUT_CAUSE.get(),
                  INFO_ERROR_TITLE.get());
            }
          }