Skip to content

Commit ca9c919

Browse files
committed
Fix new sonar smell
The `GatewayMethodMetadata.headerExpressions` is never `null`
1 parent 4b83241 commit ca9c919

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-integration-core/src/main/java/org/springframework/integration/gateway/GatewayMethodMetadata.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public void setPayloadExpression(@Nullable Expression payloadExpression) {
5858
this.payloadExpression = payloadExpression;
5959
}
6060

61-
@Nullable
6261
public Map<String, Expression> getHeaderExpressions() {
6362
return this.headerExpressions;
6463
}

0 commit comments

Comments
 (0)