From cabd1f53df0f2205cef0d1a786686bd42405972d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 8 Apr 2024 18:03:19 +0200 Subject: [PATCH] Polishing --- framework-docs/modules/ROOT/pages/core/aop-api/pfb.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/core/aop-api/pfb.adoc b/framework-docs/modules/ROOT/pages/core/aop-api/pfb.adoc index 8d79b35bbb..ef1ab658f6 100644 --- a/framework-docs/modules/ROOT/pages/core/aop-api/pfb.adoc +++ b/framework-docs/modules/ROOT/pages/core/aop-api/pfb.adoc @@ -205,7 +205,7 @@ Kotlin:: + [source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"] ---- - val person = factory.getBean("person") as Person; + val person = factory.getBean("person") as Person ---- ======