committed by
Christoph Strobl
parent
ff92e85901
commit
7b7c66cb40
@@ -22,7 +22,7 @@ class Person {
|
||||
private Long id;
|
||||
private String name;
|
||||
|
||||
// getters and setters ommited for brevity
|
||||
// getters and setters omitted for brevity
|
||||
}
|
||||
|
||||
interface PersonRepository extends Repository<Person, Long> {
|
||||
|
||||
Reference in New Issue
Block a user