spring-data-redis icon indicating copy to clipboard operation
spring-data-redis copied to clipboard

fixed a javaDoc typo error on org.springframework.data.redis.stream.StreamMessageListenerContainer.batchSize()

Open Wilson-Emmanuel opened this issue 7 months ago • 0 comments

This pull request includes minor updates to the StreamMessageListenerContainer class in the Spring Data Redis project. The changes include a correction to a parameter description and assertion message, as well as an update to the class's author list.

Documentation and code quality improvements:

  • src/main/java/org/springframework/data/redis/stream/StreamMessageListenerContainer.java: Added "Wilson Chuks" to the list of authors in the class documentation.
  • src/main/java/org/springframework/data/redis/stream/StreamMessageListenerContainer.java: Fixed a typo in the parameter description and assertion message for the batchSize method, changing "greater zero" to "greater than zero."
  • [ Yes] You have read the Spring Data contribution guidelines.
  • [Yes ] You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • [No] You submit test cases (unit or integration tests) that back your changes.
  • [Yes ] You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

Wilson-Emmanuel avatar Apr 28 '25 15:04 Wilson-Emmanuel