Closes gh-13919
This commit is contained in:
dreis2211
2018-07-26 20:49:24 +02:00
committed by Stephane Nicoll
parent 0f15b72fab
commit bfbf57b0eb

View File

@@ -57,7 +57,7 @@ import org.springframework.util.StringUtils;
/**
* {@link DeferredImportSelector} to handle {@link EnableAutoConfiguration
* auto-configuration}. This class can also be subclassed if a custom variant of
* {@link EnableAutoConfiguration @EnableAutoConfiguration}. is needed.
* {@link EnableAutoConfiguration @EnableAutoConfiguration} is needed.
*
* @author Phillip Webb
* @author Andy Wilkinson