Skip to content

Commit 1f2a334

Browse files
committed
Fix new Sonar smell
1 parent 24e6be6 commit 1f2a334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-xml/src/main/java/org/springframework/integration/xml/transformer/UnmarshallingTransformer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public String getComponentType() {
9595
return "xml:unmarshalling-transformer";
9696
}
9797

98-
@Override
98+
@Override // NOSONAR
9999
public Object transformPayload(Object payload) {
100100
Source source;
101101
InputStream inputStream = null;

0 commit comments

Comments
 (0)