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 ff92e85 commit 7b7c66cCopy full SHA for 7b7c66c
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