Skip to content

Commit

Permalink
Fix variable in code sample (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
renejeglinsky authored Mar 18, 2024
1 parent e374600 commit 080badd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/cds-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ Following example uses accessor interfaces that have been generated with the def
author.setName("Emily Brontë");

Books book = Books.create();
book.setAuthor(authors);
book.setAuthor(author);
book.setTitle("Wuthering Heights");
```

Expand Down

0 comments on commit 080badd

Please sign in to comment.