From abe2029cb4b67092d38a549af10dcacea1f8a813 Mon Sep 17 00:00:00 2001 From: ahmd-nabil Date: Tue, 28 Nov 2023 16:07:47 +0200 Subject: [PATCH] add missing [tabs] --- docs/modules/ROOT/pages/servlet/architecture.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/architecture.adoc b/docs/modules/ROOT/pages/servlet/architecture.adoc index 1f534164f0..3bbc0f0562 100644 --- a/docs/modules/ROOT/pages/servlet/architecture.adoc +++ b/docs/modules/ROOT/pages/servlet/architecture.adoc @@ -336,7 +336,7 @@ Instead of implementing `Filter`, you can extend from {spring-framework-api-url} ==== Now, we need to add the filter to the security filter chain. - +[tabs] ====== Java:: +