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

Jean-Noël Rouvignac
25.17.2016 33047cc2802d7174ad06bc62e972bc9a876abe99
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 = getSchema().getAttributeType(attrName, syntax);
    AttributeType attrType = getInstance().getServerContext().getSchema().getAttributeType(attrName, syntax);
    attrs.add(Attributes.create(attrType, String.valueOf(attrValue)));
  }