This commit is contained in:
Stephane Nicoll 2014-11-24 20:57:35 +01:00
parent a5e2afc980
commit c2ffbf28c5
1 changed files with 1 additions and 1 deletions

View File

@ -7036,7 +7036,7 @@ annotation can be used:
public class AppConfig {
@Bean
**@Desciption("Provides a basic example of a bean")**
**@Description("Provides a basic example of a bean")**
public Foo foo() {
return new Foo();
}