We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cf75e7 + 6731cd7 commit 94fdab0Copy full SHA for 94fdab0
1 file changed
docs/modules/ROOT/pages/servlet/integrations/mvc.adoc
@@ -375,7 +375,7 @@ Java::
375
----
376
@Bean
377
public AnnotationTemplateExpressionDefaults templateDefaults() {
378
- return new AnnotationTemplateExpressionDeafults();
+ return new AnnotationTemplateExpressionDefaults();
379
}
380
381
@@ -385,7 +385,7 @@ Kotlin::
385
386
387
fun templateDefaults(): AnnotationTemplateExpressionDefaults {
388
- return AnnotationTemplateExpressionDeafults()
+ return AnnotationTemplateExpressionDefaults()
389
390
391
0 commit comments