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 e03ce46 commit ad13730Copy full SHA for ad13730
src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java
@@ -71,7 +71,7 @@
71
72
/**
73
* 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
+ * repository interface and apply an advice handing the control to the {@code QueryExecutorMethodInterceptor}. Query
75
* detection strategy can be configured by setting {@link QueryLookupStrategy.Key}.
76
*
77
* @author Oliver Gierke
0 commit comments