File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
main/java/org/springframework/data/repository/config
test/java/org/springframework/data/repository/config Expand file tree Collapse file tree 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) {
6060 * Returns whether the given interface is a fragment candidate.
6161 *
6262 * @param interfaceName must not be {@literal null} or empty.
63- * @param factory must not be {@literal null}.
6463 * @return
6564 */
6665 private boolean isCandidate (String interfaceName ) {
@@ -69,7 +68,6 @@ private boolean isCandidate(String interfaceName) {
6968
7069 AnnotationMetadata metadata = getAnnotationMetadata (interfaceName );
7170 return !metadata .hasAnnotation (NoRepositoryBean .class .getName ());
72-
7371 }
7472
7573 private AnnotationMetadata getAnnotationMetadata (String className ) {
Original file line number Diff line number Diff line change 1818import org .springframework .data .repository .config .AnnotationRepositoryConfigurationSourceUnitTests .Person ;
1919
2020/**
21- * Repository with customized base base interface.
21+ * Repository with customized base interface.
2222 *
2323 * @author Mark Paluch
2424 */
You can’t perform that action at this time.
0 commit comments