From da10841bd2b6ad12ab99cb414e8bd7d93066ac09 Mon Sep 17 00:00:00 2001 From: Theo van Kraay Date: Thu, 14 Aug 2025 14:49:56 +0100 Subject: [PATCH] Update instructions/convert-jpa-to-spring-data-cosmos.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- instructions/convert-jpa-to-spring-data-cosmos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/convert-jpa-to-spring-data-cosmos.md b/instructions/convert-jpa-to-spring-data-cosmos.md index 3fc1c0b..9c170c9 100644 --- a/instructions/convert-jpa-to-spring-data-cosmos.md +++ b/instructions/convert-jpa-to-spring-data-cosmos.md @@ -852,7 +852,7 @@ management: **Solution**: Update service methods to handle new entity structure: -````java +```java // Before: Entity relationships public Set getRelatedEntities() { return entity.getRelatedEntities(); // Direct entity references