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

neil_a_wilson
11.46.2007 702c0d8d18b88caf9e4c2cd36425fc796d7aedfb
opendj-sdk/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.