Fix code format

See gh-44787
This commit is contained in:
Stéphane Nicoll
2025-03-21 08:01:06 +01:00
parent 78b9eca670
commit 28f8e3812b

View File

@@ -22,8 +22,8 @@ import ch.qos.logback.core.model.Model;
import org.xml.sax.Attributes;
/**
* Logback {@link BaseModelAction} for {@code <springProfile>} tags. Allows a section of
* a Logback configuration to only be enabled when a specific profile is active.
* Logback {@link BaseModelAction} for {@code <springProfile>} tags. Allows a section of a
* Logback configuration to only be enabled when a specific profile is active.
*
* @author Phillip Webb
* @author Eddú Meléndez