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

jvergara
27.29.2009 b32ce75dc5d7d43f8337adeb7ab6ad81cca5959c
Remove a point in the created message.  The message used to have two points.
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/StatusGenericPanel.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/StatusGenericPanel.java
@@ -1718,7 +1718,7 @@
              MessageBuilder mb = new MessageBuilder();
              mb.append(errorDetailCode.get(task.getReturnCode()));
              mb.append(
                  ".  "+INFO_CTRL_PANEL_DETAILS_THROWABLE.get(t.toString()));
                  "  "+INFO_CTRL_PANEL_DETAILS_THROWABLE.get(t.toString()));
              summaryMsg = Utilities.getFormattedError(errorSummary,
                  ColorAndFontConstants.errorTitleFont,
                  mb.toMessage(), ColorAndFontConstants.defaultFont);
@@ -1728,7 +1728,7 @@
              MessageBuilder mb = new MessageBuilder();
              mb.append(errorDetail);
              mb.append(
                  ".  "+INFO_CTRL_PANEL_DETAILS_THROWABLE.get(t.toString()));
                  "  "+INFO_CTRL_PANEL_DETAILS_THROWABLE.get(t.toString()));
              summaryMsg = Utilities.getFormattedError(errorSummary,
                  ColorAndFontConstants.errorTitleFont,
                  mb.toMessage(), ColorAndFontConstants.defaultFont);