Fix new Sonar smell

This commit is contained in:
Artem Bilan
2020-04-03 12:04:32 -04:00
parent 24e6be6f01
commit 1f2a33437d

View File

@@ -95,7 +95,7 @@ public class UnmarshallingTransformer extends AbstractPayloadTransformer<Object,
return "xml:unmarshalling-transformer";
}
@Override
@Override // NOSONAR
public Object transformPayload(Object payload) {
Source source;
InputStream inputStream = null;