Skip to content

Commit 63109f7

Browse files
committed
GH-3878: Fix Javadocs for JdbcChannelMessageStore
Resolves #3878 **cherry-pick to 5.5.x** Fix .gitignore
1 parent 326e7ac commit 63109f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ vf.gf.dmn-*
3030
/atlassian-ide-plugin.xml
3131
hostkey.ser
3232
.springBeans
33+
.sts4-cache

spring-integration-jdbc/src/main/java/org/springframework/integration/jdbc/store/JdbcChannelMessageStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
/**
6262
* <p>
6363
* Channel-specific implementation of
64-
* {@link org.springframework.integration.store.MessageGroupStore} using a relational
64+
* {@link org.springframework.integration.store.BasicMessageGroupStore} using a relational
6565
* database via JDBC.
6666
*
6767
* This message store shall be used for message channels only.

0 commit comments

Comments
 (0)