Fix indentation in TestRequestLog

We use tabs to indent.

Change-Id: I19b00e06becfb92fbabb99b5699385506fd85214
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2018-02-22 23:10:14 +01:00
parent 879372eb72
commit 520f3af7b4
1 changed files with 65 additions and 64 deletions

View File

@ -107,8 +107,9 @@ List<AccessEvent> getEvents() {
/** {@inheritDoc} */
@Override
public void handle(String target, Request baseRequest, HttpServletRequest request,
HttpServletResponse response) throws IOException, ServletException {
public void handle(String target, Request baseRequest,
HttpServletRequest request, HttpServletResponse response)
throws IOException, ServletException {
try {
for (;;) {
try {