opendj3-server-dev/src/server/org/opends/server/backends/pluggable/SuffixContainer.java
@@ -75,12 +75,4 @@ * @return the baseDN that this suffix container is responsible for */ DN getBaseDN(); /** * Returns the number of entries stored in this suffix container. * * @return the number of entries stored in this suffix container, or -1 if the * count not be determined */ long getEntryCount(); }