Skip to content

Commit 4c073e9

Browse files
committed
Fix typo on QueryAnnotation Javadoc.
Closes #3395
1 parent f38c216 commit 4c073e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/annotation/QueryAnnotation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import org.springframework.data.repository.Repository;
2424

2525
/**
26-
* Meta-Annotation to mark a store specific annotation as a query annotation. This allows generic special handing of
26+
* Meta-Annotation to mark a store specific annotation as a query annotation. This allows generic special handling of
2727
* finder methods on {@link Repository} interfaces.
2828
*
2929
* @author Thomas Darimont

0 commit comments

Comments
 (0)