Commit c709423a authored by Dave Syer's avatar Dave Syer

Typos in Javadocs

parent b558537e
...@@ -21,7 +21,7 @@ import org.springframework.core.env.Environment; ...@@ -21,7 +21,7 @@ import org.springframework.core.env.Environment;
/** /**
* Strategy interface that can be used to initialize a {@link SpringApplication} before it * 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 EnvironmentAware} if it needs to access or configure the underling application
* {@link Environment}. * {@link Environment}.
* *
......
...@@ -140,7 +140,7 @@ public class SpringApplicationBuilder { ...@@ -140,7 +140,7 @@ public class SpringApplicationBuilder {
* are copied down into the child, but everything else is a clean sheet. * are copied down into the child, but everything else is a clean sheet.
* *
* @param sources the sources for the application (Spring configuration) * @param sources the sources for the application (Spring configuration)
* @return the child application nuilder * @return the child application builder
*/ */
public SpringApplicationBuilder child(Object... sources) { public SpringApplicationBuilder child(Object... sources) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment