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); }