Skip to content

Commit

Permalink
Fix SqsListener javadoc (#1128)
Browse files Browse the repository at this point in the history
The current javadoc seems to be mistyped, referring to time instead of messages
  • Loading branch information
elkkhan authored Apr 14, 2024
1 parent 9116c28 commit 0813661
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
String pollTimeoutSeconds() default "";

/**
* The maximum amount of time to wait for a poll to SQS. If a value greater than 10 is provided, the result of
* The maximum number of messages to poll from SQS. If a value greater than 10 is provided, the result of
* multiple polls will be combined, which can be useful for
* {@link io.awspring.cloud.sqs.listener.ListenerMode#BATCH}
* @return the maximum messages per poll.
Expand Down

0 comments on commit 0813661

Please sign in to comment.