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

jvergara
17.21.2007 713fbdf427040620f68e29af42806f424f17fecc
opends/src/quicksetup/org/opends/quicksetup/installer/ui/SecurityOptionsDialog.java
@@ -681,7 +681,7 @@
            ArrayList<Message> errorMsgs = new ArrayList<Message>();
            for (Object o: ar)
            {
              errorMsgs.add(Message.raw((String)o));
              errorMsgs.add((Message)o);
            }
            displayError(Utils.getMessageFromCollection(errorMsgs, "\n"),
                INFO_ERROR_TITLE.get());