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

Jean-Noel Rouvignac
04.53.2015 46bca7bd019370c14c1d9450cde2f06ae69cbb5a
opendj-sdk/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/ImportRecord.java
@@ -134,7 +134,8 @@
    }
    if (o instanceof ImportRecord)
    {
      return this.compareTo((ImportRecord) o) == 0;
      ImportRecord other = (ImportRecord) o;
      return indexID == other.getIndexID() && key.equals(other.getKey());
    }
    return false;
  }