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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -30,3 +30,4 @@ vf.gf.dmn-*
|
||||
/atlassian-ide-plugin.xml
|
||||
hostkey.ser
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user