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

jdemendi
17.21.2007 c429ea0c780d83a49531de1f7d42e9f802ce8fe8
opends/src/server/org/opends/server/loggers/AccessLogger.java
@@ -710,8 +710,7 @@
   * @param  modifyDNOperation  The modify DN operation containing the
   *                            information to use to log the modify DN request.
   */
  public static void logModifyDNRequest(ModifyDNOperationBasis
      modifyDNOperation)
  public static void logModifyDNRequest(ModifyDNOperation modifyDNOperation)
  {
    for (AccessLogPublisher publisher : accessPublishers)
    {
@@ -729,8 +728,7 @@
   *                            information to use to log the modify DN
   *                            response.
   */
  public static void logModifyDNResponse(ModifyDNOperationBasis
      modifyDNOperation)
  public static void logModifyDNResponse(ModifyDNOperation modifyDNOperation)
  {
    for (AccessLogPublisher publisher : accessPublishers)
    {
@@ -820,7 +818,7 @@
   * @param  unbindOperation  The unbind operation containing the information to
   *                          use to log the unbind request.
   */
  public static void logUnbind(UnbindOperationBasis unbindOperation)
  public static void logUnbind(UnbindOperation unbindOperation)
  {
    for (AccessLogPublisher publisher : accessPublishers)
    {