mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Consistent static final logger declarations
This commit is contained in:
+1
-1
@@ -50,7 +50,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;
|
||||
|
||||
Reference in New Issue
Block a user