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

Ludovic Poitou
24.47.2010 a3d5c5661dd11285ebafd742c1da6d10b91639f7
opendj-sdk/sdk/src/org/opends/sdk/requests/AddRequestImpl.java
@@ -77,7 +77,7 @@
  AddRequestImpl(final AddRequest addRequest) throws NullPointerException
  {
    super(addRequest);
    this.entry = new LinkedHashMapEntry(addRequest);
    this.entry = LinkedHashMapEntry.deepCopyOfEntry(addRequest);
  }