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

Jean-Noël Rouvignac
07.40.2016 6276e230cb3cfcbb25f8dfe8123fcfd81d13d83c
opendj-server-legacy/src/main/java/org/opends/server/api/MonitorData.java
@@ -132,7 +132,7 @@
  private void add(String attrName, Syntax syntax, Object attrValue)
  {
    AttributeType attrType = getAttributeType(attrName, syntax);
    AttributeType attrType = getSchema().getAttributeType(attrName, syntax);
    attrs.add(Attributes.create(attrType, String.valueOf(attrValue)));
  }