mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
Remove duplicate words in Java source code
Discovered using regular expression: \b(\w+)\s+\1\b[^(}]
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ class MockitoBeanOverrideHandlerTests {
|
||||
/**
|
||||
* Since the "field name as fallback qualifier" is not available for an annotated class,
|
||||
* what would seem to be "equivalent" handlers are actually not considered "equal" when
|
||||
* the the lookup is "by type".
|
||||
* the lookup is "by type".
|
||||
*/
|
||||
@Test // gh-33925
|
||||
void isNotEqualToWithSameByTypeLookupMetadataFromFieldAndClassLevel() {
|
||||
|
||||
Reference in New Issue
Block a user