Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll 2018-07-27 01:03:37 +02:00
commit ec2e3c4c0e
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,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