Skip to content

Fix typos in Javadoc and assertion messages - #3405

Closed
JuHyun419 wants to merge 1 commit into
spring-projects:mainfrom
JuHyun419:fix/javadoc-typos
Closed

Fix typos in Javadoc and assertion messages#3405
JuHyun419 wants to merge 1 commit into
spring-projects:mainfrom
JuHyun419:fix/javadoc-typos

Conversation

@JuHyun419

Copy link
Copy Markdown
Contributor

Summary

  • Fix typo "provieded" -> "provided" in RedisMessageConverters Javadoc
  • Fix typo "bot" -> "not" in the assertion message of GenericJackson2JsonRedisSerializer.typeHintPropertyName(...)
  • Fix stale class-level Javadoc in DefaultStreamOperations that referenced {@link ListOperations} (copy-pasted) instead of {@link StreamOperations}

Test plan

  • Doc/message-only changes, no behavior change; verified with ./mvnw compile.

Correct "provieded" to "provided" in RedisMessageConverters, fix "bot" to "not" in the assertion message of GenericJackson2JsonRedisSerializer's typeHintPropertyName(...), and update DefaultStreamOperations' class-level Javadoc to reference StreamOperations instead of the copy-pasted ListOperations.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NCNaLYkirUWaphVdUZPvEa
Signed-off-by: juhyun <zzang9ha@naver.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 29, 2026
@mhalbritter mhalbritter self-assigned this Jul 30, 2026
@mhalbritter mhalbritter added type: documentation A documentation update type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged type: documentation A documentation update labels Jul 30, 2026
@mhalbritter

Copy link
Copy Markdown
Contributor

Switching that from documentation to a bug, as the assert messages are not documentation but user visible.

mhalbritter added a commit that referenced this pull request Jul 30, 2026
mhalbritter pushed a commit that referenced this pull request Jul 30, 2026
Closes #3405

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: juhyun <zzang9ha@naver.com>
mhalbritter added a commit that referenced this pull request Jul 30, 2026
mhalbritter pushed a commit that referenced this pull request Jul 30, 2026
Closes #3405

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: juhyun <zzang9ha@naver.com>
mhalbritter added a commit that referenced this pull request Jul 30, 2026
@mhalbritter

Copy link
Copy Markdown
Contributor

Merged, polished and backported. Thanks @JuHyun419 !

@mhalbritter mhalbritter added this to the 4.0.7 (2025.1.7) milestone Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug A general bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants