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

jvergara
18.15.2007 60e44423478c0300639494eccac8c5c1fc27d006
opends/src/statuspanel/org/opends/statuspanel/StatusPanelController.java
@@ -1086,7 +1086,7 @@
            String line = reader.readLine();
            while (line != null)
            {
              StringBuffer buf = new StringBuffer();
              StringBuilder buf = new StringBuilder();
              if (!isFirstLine)
              {
                buf.append(formatter.getLineBreak());