Skip to content

Commit 77ebee6

Browse files
committed
Fix Checkstyle violation
1 parent ec31a5b commit 77ebee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-core/src/test/java/org/springframework/integration/config/xml/ChainElementsFailureTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void tearDown() {
7272
"transformer",
7373
"router",
7474
"splitter",
75-
"resequencer",
75+
"resequencer"
7676
})
7777
void inputChannelNotAllowed(String element) {
7878
assertThatExceptionOfType(XmlBeanDefinitionStoreException.class)

0 commit comments

Comments
 (0)