Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo in ResponseEntity documentation #28647

Closed
sdeleuze opened this issue Jun 17, 2022 · 0 comments
Closed

Fix a typo in ResponseEntity documentation #28647

sdeleuze opened this issue Jun 17, 2022 · 0 comments
Assignees
Labels
type: documentation A documentation task
Milestone

Comments

@sdeleuze
Copy link
Contributor

Change return ResponseEntity.ok().eTag(etag).build(body); to return ResponseEntity.ok().eTag(etag).body(body); for both WebMVC and WebFlux.

@sdeleuze sdeleuze added the type: documentation A documentation task label Jun 17, 2022
@sdeleuze sdeleuze added this to the 5.3.22 milestone Jun 17, 2022
@sdeleuze sdeleuze self-assigned this Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation task
Projects
None yet
Development

No branches or pull requests

1 participant