Skip to content

Error in RequestEntity<T>'s javadoc [SPR-13666] #18241

@spring-projects-issues

Description

@spring-projects-issues

Manuel Jordan opened SPR-13666 and commented

Hello

In RequestEntity says

RequestEntity<MyRequest> request = RequestEntity.post(new URI("http://example.com/bar").accept(MediaType.APPLICATION_JSON).body(body);

Must be

RequestEntity<MyRequest> request = RequestEntity.post(new URI("http://example.com/bar")).accept(MediaType.APPLICATION_JSON).body(body);

Affects: 4.1 GA, 4.2 GA

Backported to: 4.1.9

Metadata

Metadata

Assignees

Labels

status: backportedAn issue that has been backported to maintenance branchestype: documentationA documentation task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions