Skip to content

Commit 6b009bd

Browse files
committed
* Fix checkstyle violation
1 parent de3169c commit 6b009bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-core/src/main/java/org/springframework/integration/history/MessageHistoryConfigurer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
@IntegrationManagedResource
5353
public class MessageHistoryConfigurer implements SmartLifecycle, BeanFactoryAware, DestructionAwareBeanPostProcessor {
5454

55-
private final static Log logger = LogFactory.getLog(MessageHistoryConfigurer.class);
55+
private static final Log logger = LogFactory.getLog(MessageHistoryConfigurer.class);
5656

5757
private final Set<TrackableComponent> currentlyTrackedComponents = ConcurrentHashMap.newKeySet();
5858

0 commit comments

Comments
 (0)