Skip to content

Polish examples in example-classes.adoc and jackson.adoc - #37101

Open
ngocnhan-tran1996 wants to merge 1 commit into
spring-projects:mainfrom
ngocnhan-tran1996:polish-document
Open

Polish examples in example-classes.adoc and jackson.adoc#37101
ngocnhan-tran1996 wants to merge 1 commit into
spring-projects:mainfrom
ngocnhan-tran1996:polish-document

Conversation

@ngocnhan-tran1996

Copy link
Copy Markdown
Contributor
  • Remove unnecessary braces from example-classes.adoc
  • Remove unnecessary semicolons from example-classes.adoc

JsonView::class.qualifiedName can be null but ModelExtensions#set does not accept null. Change to JsonView::class.java.name to fix that.

operator fun Model.set(attributeName: String, attributeValue: Any?) {
this.addAttribute(attributeName, attributeValue)
}

- Remove unnecessary braces from example-classes.adoc
- Remove unnecessary semicolons from example-classes.adoc

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged or decided on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants