We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af6311 commit ff7c614Copy full SHA for ff7c614
src/main/antora/modules/ROOT/pages/jpa/getting-started.adoc
@@ -22,7 +22,7 @@ class Person {
22
private Long id;
23
private String name;
24
25
- // getters and setters ommited for brevity
+ // getters and setters omitted for brevity
26
}
27
28
interface PersonRepository extends Repository<Person, Long> {
0 commit comments