From e3dc8da3ab6321772c2cc88832d5a38918ca053d Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 26 Feb 2015 21:36:13 +0100 Subject: [PATCH] #28 - Fixed typo in readme. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index cc59b5b..e6576b6 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ You can pull in this functionality to your repositories by simply additionally e ```java -interface PersonRepository extend RevisionRepository, CrudRepository { +interface PersonRepository extends RevisionRepository, CrudRepository { // 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. \ No newline at end of file +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.