#28 - Fixed typo in readme.
This commit is contained in:
@@ -19,7 +19,7 @@ You can pull in this functionality to your repositories by simply additionally e
|
||||
|
||||
|
||||
```java
|
||||
interface PersonRepository extend RevisionRepository<Person, Long, Integer>, CrudRepository<Person, Long> {
|
||||
interface PersonRepository extends RevisionRepository<Person, Long, Integer>, CrudRepository<Person, Long> {
|
||||
|
||||
// Your query methods go here
|
||||
}
|
||||
@@ -34,4 +34,4 @@ To successfully activate the Spring Data Envers repository factory use the Sprin
|
||||
|
||||
# Contributing to the project
|
||||
|
||||
If you're an Eclipse user make sure you activate automatic application of the formatter (located at `etc/eclipse-formatter.xml`) and activate automatic formatting and organizing imports on save.
|
||||
If you're an Eclipse user make sure you activate automatic application of the formatter (located at `etc/eclipse-formatter.xml`) and activate automatic formatting and organizing imports on save.
|
||||
|
||||
Reference in New Issue
Block a user