Skip to content

Commit 0f4e361

Browse files
ngocnhan-tran1996mhalbritter
authored andcommitted
Fix typo in javadoc
See gh-44469 Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent f6f1a9f commit 0f4e361

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/structured/CommonStructuredLogFormat.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2024 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.
@@ -26,7 +26,7 @@
2626
public enum CommonStructuredLogFormat {
2727

2828
/**
29-
* <a href="https://www.elastic.co/guide/en/ecs/current/ecs-log.html">Elasic Common
29+
* <a href="https://www.elastic.co/guide/en/ecs/current/ecs-log.html">Elastic Common
3030
* Schema</a> (ECS) log format.
3131
*/
3232
ELASTIC_COMMON_SCHEMA("ecs"),

0 commit comments

Comments
 (0)