Skip to content

Commit 9416872

Browse files
committed
Polishing.
Remove unused `@Meta` annotation. Original pull request #4854 See #4852
1 parent 0e83ab6 commit 9416872

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-data-mongodb/src/test/java/org/springframework/data/mongodb/repository/PersonRepository.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public interface PersonRepository extends MongoRepository<Person, String>, Query
6262
* @param lastname
6363
* @return
6464
*/
65-
@Meta
6665
List<Person> findByLastname(String lastname);
6766

6867
List<Person> findByLastnameStartsWith(String prefix);

0 commit comments

Comments
 (0)