From 42a2081e8c4b3e63ba6295bfdc731353857e66d4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 24 Jan 2018 09:18:46 +0100 Subject: [PATCH] Polish "Remove an unnecessary intermediate variable" Closes gh-1650 --- .../web/filter/AbstractRequestLoggingFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web/src/main/java/org/springframework/web/filter/AbstractRequestLoggingFilter.java b/spring-web/src/main/java/org/springframework/web/filter/AbstractRequestLoggingFilter.java index 3d1198e603..0fa8678b81 100644 --- a/spring-web/src/main/java/org/springframework/web/filter/AbstractRequestLoggingFilter.java +++ b/spring-web/src/main/java/org/springframework/web/filter/AbstractRequestLoggingFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2017 the original author or authors. + * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.