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

Jean-Noel Rouvignac
19.30.2014 377b2709c64b32fe93905b466482216c2cc0581c
opendj3-server-dev/src/server/org/opends/server/monitors/StackTraceMonitorProvider.java
@@ -111,7 +111,7 @@
      buffer.append(" ---------- ");
      buffer.append(t.getName());
      buffer.append(" ----------");
      builder.add(AttributeValues.create(attrType, buffer.toString()));
      builder.add(buffer.toString());
      // Create an attribute for the stack trace.
      if (stackElements != null)
@@ -141,7 +141,7 @@
          }
          buffer.append(")");
          builder.add(AttributeValues.create(attrType, buffer.toString()));
          builder.add(buffer.toString());
        }
      }
    }