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

jarnou
17.14.2007 ff9755c40feeaf5a3208229d48b80b608ab7a68c
opends/src/server/org/opends/server/loggers/AccessLogger.java
@@ -710,7 +710,8 @@
   * @param  modifyDNOperation  The modify DN operation containing the
   *                            information to use to log the modify DN request.
   */
  public static void logModifyDNRequest(ModifyDNOperation modifyDNOperation)
  public static void logModifyDNRequest(ModifyDNOperationBasis
      modifyDNOperation)
  {
    for (AccessLogPublisher publisher : accessPublishers)
    {
@@ -728,7 +729,8 @@
   *                            information to use to log the modify DN
   *                            response.
   */
  public static void logModifyDNResponse(ModifyDNOperation modifyDNOperation)
  public static void logModifyDNResponse(ModifyDNOperationBasis
      modifyDNOperation)
  {
    for (AccessLogPublisher publisher : accessPublishers)
    {