Skip to content

Commit c3eb366

Browse files
committed
Merge pull request #13919 from dreis2211:fix-typo-importselector
* pr/13919: Fix typo
2 parents 0f15b72 + bfbf57b commit c3eb366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigurationImportSelector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
/**
5858
* {@link DeferredImportSelector} to handle {@link EnableAutoConfiguration
5959
* auto-configuration}. This class can also be subclassed if a custom variant of
60-
* {@link EnableAutoConfiguration @EnableAutoConfiguration}. is needed.
60+
* {@link EnableAutoConfiguration @EnableAutoConfiguration} is needed.
6161
*
6262
* @author Phillip Webb
6363
* @author Andy Wilkinson

0 commit comments

Comments
 (0)