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

Jean-Noël Rouvignac
25.17.2016 01bf9b6a5d324d45355659581e9ebbd1280834fe
opendj-server-legacy/src/main/java/org/opends/server/api/DITCacheMap.java
@@ -720,14 +720,4 @@
      return size;
    }
  }
  /**
   * Returns the size of the internal map. Used for testing purposes only.
   *
   * @return The size of the internal map.
   */
  int getMapSize()
  {
    return ditCacheMap.size();
  }
}