We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b10a0 commit 1eea884Copy full SHA for 1eea884
src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java
@@ -74,7 +74,7 @@
74
75
/**
76
* 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
+ * repository interface and apply an advice handing the control to the {@code QueryExecutorMethodInterceptor}. Query
78
* detection strategy can be configured by setting {@link QueryLookupStrategy.Key}.
79
*
80
* @author Oliver Gierke
0 commit comments