Skip to content

Commit

Permalink
Make checkstyle happy
Browse files Browse the repository at this point in the history
  • Loading branch information
meaksh committed Oct 19, 2023
1 parent 2701974 commit fb8ab2e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import java.io.InputStream;
import java.io.Writer;

import javax.servlet.http.HttpServletRequest;

import redstone.xmlrpc.XmlRpcDispatcher;
Expand All @@ -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,
Expand Down

0 comments on commit fb8ab2e

Please sign in to comment.