Address Sonar reports for recent commits
This commit is contained in:
committed by
Artem Bilan
parent
648aeb8e96
commit
433ef4c4aa
@@ -497,7 +497,8 @@ public abstract class HttpRequestHandlingEndpointSupport extends BaseHttpInbound
|
||||
}
|
||||
throw new MessagingException(
|
||||
"Could not convert request: no suitable HttpMessageConverter found for expected type ["
|
||||
+ expectedType.getName() + "] and content type [" + contentType + "]");
|
||||
+ expectedType != null ? expectedType.getName() : "null"
|
||||
+ "] and content type [" + contentType + "]");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user