Closes gh-7541
This commit is contained in:
Nicklas Holm 2016-12-01 08:02:44 +01:00 committed by Stephane Nicoll
parent cb9e021fa9
commit ac10f65851
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ public abstract class SpringBootServletInitializer implements WebApplicationInit
}
/**
* Configure the application. Normally all you would need to do it add sources (e.g.
* Configure the application. Normally all you would need to do is add sources (e.g.
* config classes) because other settings have sensible defaults. You might choose
* (for instance) to add default command line arguments, or set an active Spring
* profile.