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

Jean-Noel Rouvignac
16.57.2015 a41662c1136b2bb4a4198df89e0e87d2be3ef099
opendj-server-legacy/src/main/java/org/opends/server/monitors/EntryCacheMonitorProvider.java
@@ -127,9 +127,9 @@
  @Override
  public List<Attribute> getMonitorData()
  {
    if ((entryCache != null) &&
        (monitorConfiguration != null) &&
        (monitorConfiguration.isEnabled())) {
    if (entryCache != null &&
        monitorConfiguration != null &&
        monitorConfiguration.isEnabled()) {
      // Get monitor data from the cache.
      return entryCache.getMonitorData();
    }