Skip to content

Commit 07f8c47

Browse files
committed
Merge branch '3.4.x'
Closes gh-44827
2 parents 2079709 + 3460c0d commit 07f8c47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/logback/SpringProfileAction.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -22,8 +22,8 @@
2222
import org.xml.sax.Attributes;
2323

2424
/**
25-
* Logback {@link BaseModelAction} for {@code <springProperty>} tags. Allows a section of
26-
* a Logback configuration to only be enabled when a specific profile is active.
25+
* Logback {@link BaseModelAction} for {@code <springProfile>} tags. Allows a section of a
26+
* Logback configuration to only be enabled when a specific profile is active.
2727
*
2828
* @author Phillip Webb
2929
* @author Eddú Meléndez

0 commit comments

Comments
 (0)