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

Jean-Noel Rouvignac
27.59.2015 d538ef072b683bde422d6ccd3796ebe3d7097b4b
Removed unused code
2 files modified
23 ■■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/Suffix.java 22 ●●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/Suffix.java 1 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/Suffix.java
@@ -61,7 +61,6 @@
  private final ConcurrentHashMap<DN, CountDownLatch> pendingMap =
          new ConcurrentHashMap<DN, CountDownLatch>();
  private final Set<DN> parentSet = new HashSet<DN>(PARENT_ID_SET_SIZE);
  private DN parentDN;
  /**
   * Creates a suffix instance using the specified parameters.
@@ -304,27 +303,6 @@
  }
  /**
   * Get the parent DN of the last entry added to a suffix.
   *
   * @return The parent DN of the last entry added.
   */
  public DN getParentDN()
  {
    return parentDN;
  }
  /**
   * Set the parent DN of the last entry added to a suffix.
   *
   * @param parentDN The parent DN to save.
   */
  public void setParentDN(DN parentDN)
  {
    this.parentDN = parentDN;
  }
  /**
   * Return a src entry container.
   *
   * @return  The src entry container.
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/Suffix.java
@@ -60,7 +60,6 @@
  private final ConcurrentHashMap<DN, CountDownLatch> pendingMap =
          new ConcurrentHashMap<DN, CountDownLatch>();
  private final Set<DN> parentSet = new HashSet<DN>(PARENT_ID_SET_SIZE);
  private DN parentDN;
  /**
   * Creates a suffix instance using the specified parameters.