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

jvergara
27.29.2009 b2610a9f3606e7b42405f40a0882ebe23f2f0cbe
Remove a point in the created message.  The message used to have two points.
1 files modified
4 ■■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/ui/StatusGenericPanel.java 4 ●●●● patch | view | raw | blame | history
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);