Commit f8f4bd6c authored by Phillip Webb's avatar Phillip Webb

Fix Javadoc warning

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