From fb8ab2e3a5d47e95f5b05e273cfd0c96718e1bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Su=C3=A1rez=20Hern=C3=A1ndez?= Date: Thu, 19 Oct 2023 16:58:12 +0100 Subject: [PATCH] Make checkstyle happy --- .../src/com/redhat/rhn/frontend/xmlrpc/RhnXmlRpcServer.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/code/src/com/redhat/rhn/frontend/xmlrpc/RhnXmlRpcServer.java b/java/code/src/com/redhat/rhn/frontend/xmlrpc/RhnXmlRpcServer.java index 59e38aeb6343..72b01e78e1d4 100644 --- a/java/code/src/com/redhat/rhn/frontend/xmlrpc/RhnXmlRpcServer.java +++ b/java/code/src/com/redhat/rhn/frontend/xmlrpc/RhnXmlRpcServer.java @@ -16,6 +16,7 @@ import java.io.InputStream; import java.io.Writer; + import javax.servlet.http.HttpServletRequest; import redstone.xmlrpc.XmlRpcDispatcher; @@ -41,6 +42,7 @@ public class RhnXmlRpcServer extends XmlRpcServer { * @param serverHost the hostname/ipaddress that the client used in * reference to the server * @param protoc the protocol the client used in connection to the server + * @param rawRequest the raw request representing the client connection to the server * available to custom processors. */ public void execute(InputStream xmlInput, Writer output, String callerIp,