Skip to content

Commit 201657e

Browse files
mp911dechristophstrobl
authored andcommitted
Polishing.
Update javadoc and fix formatting. Original Pull Request: #3093
1 parent b6262b2 commit 201657e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: src/main/java/org/springframework/data/repository/config/FragmentMetadata.java

-2
Original file line numberDiff line numberDiff 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) {

Diff for: src/test/java/org/springframework/data/repository/config/RepositoryWithFragmentExclusion.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import 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
*/

0 commit comments

Comments
 (0)