Fix Javadoc warning
This commit is contained in:
parent
cc8120f9eb
commit
f8f4bd6c95
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue