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

Jean-Noël Rouvignac
03.41.2015 a11a0561f324860f1381a3b57212e20ede1ad05f
opendj-server-legacy/src/main/java/org/opends/server/controls/ExternalChangelogRequestControl.java
@@ -110,12 +110,13 @@
  }
  /**
   * Returns the cookie value.
   * @return The cookie value.
   * Returns a copy of the cookie value.
   *
   * @return a copy of the cookie value
   */
  public MultiDomainServerState getCookie()
  {
    return this.cookie;
    return new MultiDomainServerState(cookie);
  }
  @Override