Fix Javadoc warning

This commit is contained in:
Phillip Webb 2015-06-09 15:42:34 -07:00
parent cc8120f9eb
commit f8f4bd6c95
1 changed files with 0 additions and 1 deletions

View File

@ -733,7 +733,6 @@ public class SpringApplication {
* Sets if the Spring banner should be displayed when the application runs. Defaults
* to {@code true}.
* @param showBanner if the banner should be shown
* @see #printDefaultBanner()
*/
public void setShowBanner(boolean showBanner) {
this.showBanner = showBanner;