From c605675b7a580788c85dcc108782745c63c5fba7 Mon Sep 17 00:00:00 2001 From: Dimitri Date: Thu, 19 Nov 2015 09:09:10 +0100 Subject: [PATCH] Fix wrong class reference Closes gh-4551 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 32c6f70da4f..adae116acf4 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -74,7 +74,7 @@ display (surrounded with brackets and prefixed with `v`). For example `(v1.0)`. brackets and prefixed with `v`). For example `(v{spring-boot-version})`. |=== -TIP: The `SpringBootApplication.setBanner(...)` method can be used if you want to generate +TIP: The `SpringApplication.setBanner(...)` method can be used if you want to generate a banner programmatically. Use the `org.springframework.boot.Banner` interface and implement your own `printBanner()` method.