Skip to content

Commit

Permalink
Fix javadoc typo in JdbcMessageHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
hogah97323 authored Mar 8, 2022
1 parent 12f2084 commit 488831d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ protected void handleMessageInternal(Message<?> message) {
* Execute an update for the provided message and generated keys flag.
* @param message the message to use for update query params.
* @param keysGenerated generate key or not.
* @return a generated keys for udapte.
* @return a generated keys for update.
*/
protected List<? extends Map<String, Object>> executeUpdateQuery(final Message<?> message, boolean keysGenerated) {
if (keysGenerated) {
Expand Down

0 comments on commit 488831d

Please sign in to comment.