Skip to content

Commit 1eea884

Browse files
jmondomp911de
authored andcommitted
DATACMNS-1713 - Fix typo in doc.
Original pull request: #442.
1 parent 64b10a0 commit 1eea884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
/**
7676
* Factory bean to create instances of a given repository interface. Creates a proxy implementing the configured
77-
* repository interface and apply an advice handing the control to the {@code QueryExecuterMethodInterceptor}. Query
77+
* repository interface and apply an advice handing the control to the {@code QueryExecutorMethodInterceptor}. Query
7878
* detection strategy can be configured by setting {@link QueryLookupStrategy.Key}.
7979
*
8080
* @author Oliver Gierke

0 commit comments

Comments
 (0)