GH-1220: Fix Sonar Issue

This commit is contained in:
Gary Russell
2020-07-15 09:31:43 -04:00
parent 7367bd7457
commit 9d6ce0da33

View File

@@ -153,6 +153,7 @@ public interface RabbitListenerEndpoint {
* @return the content type.
* @since 2.3
*/
@Nullable
default String getReplyContentType() {
return null;
}