Fix typo in javadoc

Closes gh-2997
This commit is contained in:
Thomas Traude 2015-05-18 15:27:05 +02:00 committed by Stephane Nicoll
parent 5cd18e121b
commit 8b7f318d6b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import org.springframework.context.ConfigurableApplicationContext;
/**
* Event published as late as conceivably possible to indicate that the application is
* ready to service requests. The source of the event is the {@link SpringApplication}
* itself, but beware of modifying its internal state since since all initialization steps
* itself, but beware of modifying its internal state since all initialization steps
* will have been completed by then.
*
* @author Stephane Nicoll