Fix new sonar smell
The `GatewayMethodMetadata.headerExpressions` is never `null`
This commit is contained in:
@@ -58,7 +58,6 @@ public class GatewayMethodMetadata {
|
||||
this.payloadExpression = payloadExpression;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public Map<String, Expression> getHeaderExpressions() {
|
||||
return this.headerExpressions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user