From 36450d6c26e99f939de6118bf6ddca3ab586547b Mon Sep 17 00:00:00 2001 From: Joe Grandja <10884212+jgrandja@users.noreply.github.com> Date: Wed, 11 Mar 2026 12:25:13 -0400 Subject: [PATCH] Fix checkstyle error Issue gh-18874 --- .../org/springframework/security/config/ldap/Ldap247ITests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/config/src/integration-test/java/org/springframework/security/config/ldap/Ldap247ITests.java b/config/src/integration-test/java/org/springframework/security/config/ldap/Ldap247ITests.java index 95b1273be0..9d57c12460 100644 --- a/config/src/integration-test/java/org/springframework/security/config/ldap/Ldap247ITests.java +++ b/config/src/integration-test/java/org/springframework/security/config/ldap/Ldap247ITests.java @@ -121,6 +121,7 @@ public class Ldap247ITests { public Name getBasePath() { return this.basePath; } + } }