Skip to content

Commit ad13730

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

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
@@ -71,7 +71,7 @@
7171

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

0 commit comments

Comments
 (0)