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

Jean-Noel Rouvignac
07.51.2014 f92f27c56ee7c5a64dd75d20104338897ebfb1c7
EntryContainer.java:
Added toString().
1 files modified
8 ■■■■ changed files
opendj3-server-dev/src/server/org/opends/server/backends/jeb/EntryContainer.java 8 ●●●● patch | view | raw | blame | history
opendj3-server-dev/src/server/org/opends/server/backends/jeb/EntryContainer.java
@@ -175,7 +175,7 @@
  private final HashMap<AttributeType, AttributeIndex> attrIndexMap;
  /**
   * The set of VLV indexes.
   * The set of VLV (Virtual List View) indexes.
   */
  private final HashMap<String, VLVIndex> vlvIndexMap;
@@ -3917,4 +3917,10 @@
  public void unlock() {
    exclusiveLock.unlock();
  }
  /** {@inheritDoc} */
  @Override
  public String toString() {
    return databasePrefix;
  }
}