Skip to content

Commit

Permalink
GH-3878: Fix Javadocs for JdbcChannelMessageStore
Browse files Browse the repository at this point in the history
Resolves #3878

**cherry-pick to 5.5.x**

Fix .gitignore
  • Loading branch information
garyrussell committed Aug 31, 2022
1 parent 326e7ac commit 63109f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -30,3 +30,4 @@ vf.gf.dmn-*
/atlassian-ide-plugin.xml
hostkey.ser
.springBeans
.sts4-cache
Expand Up @@ -61,7 +61,7 @@
/**
* <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.
Expand Down

0 comments on commit 63109f7

Please sign in to comment.