Skip to content

Commit bfbf57b

Browse files
dreis2211snicoll
authored andcommitted
Fix typo
Closes gh-13919
1 parent 0f15b72 commit bfbf57b

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)