Skip to content

Commit 78b9eca

Browse files
rainboyansnicoll
authored andcommitted
Polish javadoc of SpringProfileAction
See gh-44787 Signed-off-by: Michael Yan <[email protected]>
1 parent 3b4f98c commit 78b9eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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,7 +22,7 @@
2222
import org.xml.sax.Attributes;
2323

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

0 commit comments

Comments
 (0)