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

Jean-Noel Rouvignac
23.44.2015 6638c2755466ca601450700d5a39f390f23d4781
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/IndexDescriptor.java
@@ -76,17 +76,13 @@
    return attr;
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public int compareTo(AbstractIndexDescriptor o)
  {
    return getName().toLowerCase().compareTo(o.getName().toLowerCase());
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public int hashCode()
  {
    return hashCode;
@@ -125,9 +121,7 @@
    name.equalsIgnoreCase("id2subtree");
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public boolean equals(Object o)
  {
    if (o == this)
@@ -162,9 +156,7 @@
    return entryLimit;
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  protected void recalculateHashCode()
  {
    StringBuilder sb = new StringBuilder();