Skip to content

Commit 9d6ce0d

Browse files
committed
GH-1220: Fix Sonar Issue
1 parent 7367bd7 commit 9d6ce0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/listener/RabbitListenerEndpoint.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ default ReplyPostProcessor getReplyPostProcessor() {
153153
* @return the content type.
154154
* @since 2.3
155155
*/
156+
@Nullable
156157
default String getReplyContentType() {
157158
return null;
158159
}

0 commit comments

Comments
 (0)