File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/java/org/springframework/data/repository/config Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 43
43
* {@link #getModulePrefix()}). Stubs out the post-processing methods as they might not be needed by default.
44
44
*
45
45
* @author Oliver Gierke
46
+ * @author Mark Paluch
46
47
*/
47
48
public abstract class RepositoryConfigurationExtensionSupport implements RepositoryConfigurationExtension {
48
49
@@ -293,7 +294,7 @@ protected boolean isStrictRepositoryCandidate(Class<?> repositoryInterface) {
293
294
* @param loader must not be {@literal null}.
294
295
* @return the repository interface or {@literal null} if it can't be loaded.
295
296
*/
296
- private Class <?> loadRepositoryInterface (RepositoryConfiguration <?> configuration , ResourceLoader loader ) {
297
+ protected Class <?> loadRepositoryInterface (RepositoryConfiguration <?> configuration , ResourceLoader loader ) {
297
298
298
299
String repositoryInterface = configuration .getRepositoryInterface ();
299
300
ClassLoader classLoader = loader .getClassLoader ();
You can’t perform that action at this time.
0 commit comments