Typos in Javadocs

This commit is contained in:
Dave Syer
2013-12-27 09:19:23 +00:00
parent b558537ee6
commit c709423ab8
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ import org.springframework.core.env.Environment;
/**
* Strategy interface that can be used to initialize a {@link SpringApplication} before it
* is runs. A {@link SpringApplicationInitializer} can optionally implement
* runs. A {@link SpringApplicationInitializer} can optionally implement
* {@link EnvironmentAware} if it needs to access or configure the underling application
* {@link Environment}.
*

View File

@@ -140,7 +140,7 @@ public class SpringApplicationBuilder {
* are copied down into the child, but everything else is a clean sheet.
*
* @param sources the sources for the application (Spring configuration)
* @return the child application nuilder
* @return the child application builder
*/
public SpringApplicationBuilder child(Object... sources) {