Skip to content

Commit bdca88a

Browse files
Revert constant in Javadoc
Co-authored-by: Gary Russell <grussell@vmware.com>
1 parent e48d637 commit bdca88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-core/src/main/java/org/springframework/integration/store/AbstractKeyValueMessageStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected AbstractKeyValueMessageStore() {
6060
* Construct an instance based on the provided prefix for keys to distinguish between
6161
* different store instances in the same target key-value database. Defaults to an
6262
* empty string - no prefix. The actual prefix for messages is
63-
* {@code prefix + MESSAGE_}; for message groups - {@code prefix + GROUP_OF_MESSAGES_}
63+
* {@code prefix + MESSAGE_}; for message groups - {@code prefix + MESSAGE_GROUP_}
6464
* @param prefix the prefix to use
6565
* @since 4.3.12
6666
*/

0 commit comments

Comments
 (0)