Fix new sonar smell

The `GatewayMethodMetadata.headerExpressions` is never `null`
This commit is contained in:
Artem Bilan
2021-07-08 14:11:22 -04:00
parent 4b83241e90
commit ca9c9192c7

View File

@@ -58,7 +58,6 @@ public class GatewayMethodMetadata {
this.payloadExpression = payloadExpression;
}
@Nullable
public Map<String, Expression> getHeaderExpressions() {
return this.headerExpressions;
}