Consistent static final logger declarations

(cherry picked from commit 753347e)
This commit is contained in:
Juergen Hoeller
2015-12-16 20:44:00 +01:00
parent 4fa4886e70
commit 581b2b0b88
6 changed files with 29 additions and 30 deletions

View File

@@ -48,7 +48,7 @@ import org.springframework.util.Assert;
*/
public class SubscriptionMethodReturnValueHandler implements HandlerMethodReturnValueHandler {
private static Log logger = LogFactory.getLog(SubscriptionMethodReturnValueHandler.class);
private static final Log logger = LogFactory.getLog(SubscriptionMethodReturnValueHandler.class);
private final MessageSendingOperations<String> messagingTemplate;