Skip to content

Typo in MongoRepository [DATAMONGO-2087] #2954

Closed
@spring-projects-issues

Description

@spring-projects-issues

bakiller opened DATAMONGO-2087 and commented

in the interface 

org.springframework.data.mongodb.repository.MongoRepository

the method : 

<S extends T> List<S> saveAll(Iterable<S> entites);

should be : 

<S extends T> List<S> saveAll(Iterable<S> entities);

 


Referenced from: pull request #610, and commits 586bf85, abc74fd

Backported to: 2.0.11 (Kay SR11)

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions