File tree 2 files changed +1
-3
lines changed
main/java/org/springframework/data/repository/config
test/java/org/springframework/data/repository/config
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ public Stream<String> getFragmentInterfaces(String interfaceName) {
60
60
* Returns whether the given interface is a fragment candidate.
61
61
*
62
62
* @param interfaceName must not be {@literal null} or empty.
63
- * @param factory must not be {@literal null}.
64
63
* @return
65
64
*/
66
65
private boolean isCandidate (String interfaceName ) {
@@ -69,7 +68,6 @@ private boolean isCandidate(String interfaceName) {
69
68
70
69
AnnotationMetadata metadata = getAnnotationMetadata (interfaceName );
71
70
return !metadata .hasAnnotation (NoRepositoryBean .class .getName ());
72
-
73
71
}
74
72
75
73
private AnnotationMetadata getAnnotationMetadata (String className ) {
Original file line number Diff line number Diff line change 18
18
import org .springframework .data .repository .config .AnnotationRepositoryConfigurationSourceUnitTests .Person ;
19
19
20
20
/**
21
- * Repository with customized base base interface.
21
+ * Repository with customized base interface.
22
22
*
23
23
* @author Mark Paluch
24
24
*/
You can’t perform that action at this time.
0 commit comments