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

Ludovic Poitou
24.47.2010 ebf96a30d0122d35e271bad15f1f31a0a9100842
sdk/src/org/opends/sdk/responses/SearchResultEntryImpl.java
@@ -78,7 +78,7 @@
      throws NullPointerException
  {
    super(searchResultEntry);
    this.entry = new LinkedHashMapEntry(searchResultEntry);
    this.entry = LinkedHashMapEntry.deepCopyOfEntry(searchResultEntry);
  }