Skip to content

Commit f1b1d59

Browse files
garyrussellartembilan
authored andcommitted
Fix Checkstyle violation in JavaDocs
1 parent 61f9195 commit f1b1d59

File tree

1 file changed

+1
-1
lines changed
  • spring-amqp/src/main/java/org/springframework/amqp/core

1 file changed

+1
-1
lines changed

spring-amqp/src/main/java/org/springframework/amqp/core/Message.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ public Message(byte[] body, MessageProperties messageProperties) { //NOSONAR
7272

7373
/**
7474
* No longer used.
75-
* @deprecated toString() no longer deserializes the body.
7675
* @param patterns the patterns.
7776
* @since 1.5.7
77+
* @deprecated toString() no longer deserializes the body.
7878
*/
7979
public static void addWhiteListPatterns(String... patterns) {
8080
}

0 commit comments

Comments
 (0)