GH-3878: Fix Javadocs for JdbcChannelMessageStore

Resolves https://github.com/spring-projects/spring-integration/issues/3878

**cherry-pick to 5.5.x**

Fix .gitignore
This commit is contained in:
Gary Russell
2022-08-31 10:25:03 -04:00
parent 326e7acd7a
commit 63109f7ce2
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -30,3 +30,4 @@ vf.gf.dmn-*
/atlassian-ide-plugin.xml
hostkey.ser
.springBeans
.sts4-cache

View File

@@ -61,7 +61,7 @@ import org.springframework.util.StringUtils;
/**
* <p>
* Channel-specific implementation of
* {@link org.springframework.integration.store.MessageGroupStore} using a relational
* {@link org.springframework.integration.store.BasicMessageGroupStore} using a relational
* database via JDBC.
*
* This message store shall be used for message channels only.