Update instructions/convert-jpa-to-spring-data-cosmos.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
da10841bd2
commit
44111d2844
@ -913,7 +913,6 @@ public Set<RelatedEntity> getRelatedEntities() {
|
||||
return StreamSupport.stream(this.findAll().spliterator(), false)
|
||||
.collect(Collectors.toList());
|
||||
}
|
||||
````
|
||||
|
||||
2. **BigDecimal Compatibility (Java 17+)**:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user