Skip to content

Commit

Permalink
Update spec/src/main/asciidoc/chapters/api/annotations.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Rauh <nathan.rauh@us.ibm.com>
  • Loading branch information
otaviojava and njr-11 committed Feb 20, 2024
1 parent 6415747 commit 138d460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/chapters/api/annotations.adoc
Expand Up @@ -467,7 +467,7 @@ Here's a JSON sample demonstrating the usage of `Animal` in a subclass `Dog`:
}
----

In this JSON representation, the attributes `race` and `age` from the `Animal` superclass are inherited by the `Dog` entity, showcasing the application of mapped superclass mappings to its subclasses.
In this JSON representation, the attributes `breed` and `age` from the `Animal` superclass are inherited by the `Dog` entity, showcasing the application of mapped superclass mappings to its subclasses.

==== @Inheritance [[inheritance_definition]]

Expand Down

0 comments on commit 138d460

Please sign in to comment.