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

boli
23.50.2007 9f63f0439a36954ce46507cbc0059135f3fff56f
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/ImportJob.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2006 Sun Microsystems, Inc.
 *      Portions Copyright 2006 - 2007 Sun Microsystems, Inc.
 */
package org.opends.server.backends.jeb;
@@ -581,12 +581,6 @@
      }
    }
    // Record the entry count for each base DN.
    for (ImportContext ic : importMap.values())
    {
      ID2Entry id2e = ic.getEntryContainer().getID2Entry();
      id2e.adjustRecordCount(null, ic.getEntryInsertCount());
    }
    return moreData;
  }