Skip to content

Fix a typo in ResponseEntity documentation #28647

@sdeleuze

Description

@sdeleuze

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

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions