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

Jean-Noel Rouvignac
12.16.2014 c24f62f57922da62b47d9da3e59cc80328408242
opendj3-server-dev/src/server/org/opends/server/backends/jeb/EntryContainer.java
@@ -1218,8 +1218,15 @@
    }
  }
  /** {@inheritDoc} */
  @Override
  /**
   * Returns the entry corresponding to the provided entryID.
   *
   * @param entryID
   *          the id of the entry to retrieve
   * @return the entry corresponding to the provided entryID
   * @throws DirectoryException
   *           If an error occurs retrieving the entry
   */
  public Entry getEntry(EntryID entryID) throws DirectoryException
  {
    // Try the entry cache first.