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

Jean-Noël Rouvignac
03.26.2016 30370aa1fc4d363f07023059f330e9a1ec9f2313
opendj-server-legacy/src/main/java/org/opends/server/config/JMXMBean.java
@@ -404,7 +404,7 @@
    {
      for (org.opends.server.types.Attribute a : monitor.getMonitorData())
      {
        if (attrType.equals(a.getAttributeType()))
        if (attrType.equals(a.getAttributeDescription().getAttributeType()))
        {
          if (a.isEmpty())
          {
@@ -589,7 +589,7 @@
      {
        for (org.opends.server.types.Attribute a : monitor.getMonitorData())
        {
          if (attrType.equals(a.getAttributeType()))
          if (attrType.equals(a.getAttributeDescription().getAttributeType()))
          {
            if (a.isEmpty())
            {