Browse Source

DATACMNS-1713 - Fix typo in doc.

Original pull request: #442.
2.2.x
John Gesimondo 6 years ago committed by Mark Paluch
parent
commit
1eea884d37
No known key found for this signature in database
GPG Key ID: 51A00FA751B91849
  1. 2
      src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java

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

@ -74,7 +74,7 @@ import org.springframework.util.ConcurrentReferenceHashMap.ReferenceType; @@ -74,7 +74,7 @@ import org.springframework.util.ConcurrentReferenceHashMap.ReferenceType;
/**
* Factory bean to create instances of a given repository interface. Creates a proxy implementing the configured
* 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
* detection strategy can be configured by setting {@link QueryLookupStrategy.Key}.
*
* @author Oliver Gierke

Loading…
Cancel
Save