Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions java/cds-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ Given that we have a collection of books each has a composition of many editions

```json
{
"title": "Wuthering Heights: 100th Anniversary Edition"
"title": "Catweazle: Director's Cut"
}
```

Expand Down Expand Up @@ -998,10 +998,10 @@ Given that we have a collection of books each has a composition of many editions
"title": "Catweazle: Director's Cut"
}
```

```json
{
"title": "Catweazle: Director's Cut"
"title": "Catweazle: Complete with Extras"
}
```

Expand Down