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

jarnou
17.16.2007 f609c18967baa45b467124b7c01f4f7317214370
opends/src/server/org/opends/server/loggers/AccessLogger.java
@@ -820,7 +820,7 @@
   * @param  unbindOperation  The unbind operation containing the information to
   *                          use to log the unbind request.
   */
  public static void logUnbind(UnbindOperation unbindOperation)
  public static void logUnbind(UnbindOperationBasis unbindOperation)
  {
    for (AccessLogPublisher publisher : accessPublishers)
    {