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

neil_a_wilson
11.46.2007 240dcb620419d2d1f9c05c2fdfdca3a3bfe78d6f
opends/src/server/org/opends/server/backends/jeb/ImportJob.java
@@ -94,8 +94,8 @@
  /**
   * Map of base DNs to their import context.
   */
  private HashMap<DN,ImportContext> importMap =
      new HashMap<DN, ImportContext>();
  private LinkedHashMap<DN,ImportContext> importMap =
      new LinkedHashMap<DN, ImportContext>();
  /**
   * The maximum number of parent ID values that we will remember.