Skip to content

Commit ec627ff

Browse files
committed
Format Author
Signed-off-by: hojooo <[email protected]>
1 parent 5b6ded7 commit ec627ff

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

core/spring-boot/src/main/java/org/springframework/boot/logging/log4j2/Log4j2LoggingSystemProperties.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
/**
3333
* {@link LoggingSystemProperties} for Log4j2.
3434
*
35-
* @author hojooo
35+
* @author HoJoo Moon
36+
* @since 4.0.0
3637
* @see Log4j2RollingPolicySystemProperty
3738
*/
3839
public class Log4j2LoggingSystemProperties extends LoggingSystemProperties {
@@ -123,4 +124,4 @@ private <T> void applyRollingPolicy(Log4j2RollingPolicySystemProperty property,
123124
}
124125
}
125126

126-
}
127+
}

core/spring-boot/src/main/java/org/springframework/boot/logging/log4j2/Log4j2RollingPolicySystemProperty.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
* Log4j2 rolling policy system properties that can later be used by log configuration
2323
* files.
2424
*
25-
* @author hojooo
25+
* @author HoJoo Moon
26+
* @since 4.0.0
2627
* @see Log4j2LoggingSystemProperties
2728
*/
2829
public enum Log4j2RollingPolicySystemProperty {
@@ -101,4 +102,4 @@ String getApplicationPropertyName() {
101102
return this.deprecatedApplicationPropertyName;
102103
}
103104

104-
}
105+
}

core/spring-boot/src/main/java/org/springframework/boot/logging/log4j2/SpringBootTriggeringPolicy.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
* supported strategies are {@code size}, {@code time}, {@code size-and-time}, and
4646
* {@code cron}.
4747
*
48-
* @author hojooo
48+
* @author HoJoo Moon
49+
* @since 4.0.0
4950
*/
5051
@Plugin(name = "SpringBootTriggeringPolicy", category = Node.CATEGORY, elementType = "TriggeringPolicy",
5152
deferChildren = true, printObject = true)

0 commit comments

Comments
 (0)