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

Jean-Noël Rouvignac
31.51.2016 0b1d47206c74ddfdcbf60b81b30ef24f59aa56d0
opendj-server-legacy/src/main/java/org/opends/server/loggers/HTTPRequestInfo.java
@@ -17,12 +17,9 @@
import java.net.URI;
/**
 * Contains the information required for logging the HTTP request.
 */
/** Contains the information required for logging the HTTP request. */
public interface HTTPRequestInfo
{
  /**
   * Returns the server's host.
   *
@@ -145,5 +142,4 @@
   *          the HTTP status code that was returned to the client.
   */
  void log(int statusCode);
}