From 0b1d47206c74ddfdcbf60b81b30ef24f59aa56d0 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 31 Oct 2016 09:51:35 +0000
Subject: [PATCH] AutoRefactor'ed code in loggers
---
opendj-server-legacy/src/main/java/org/opends/server/loggers/HTTPRequestInfo.java | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/loggers/HTTPRequestInfo.java b/opendj-server-legacy/src/main/java/org/opends/server/loggers/HTTPRequestInfo.java
index 6372a70..35b504a 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/loggers/HTTPRequestInfo.java
+++ b/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);
-
}
--
Gitblit v1.10.0