Skip to content

Commit 39a8958

Browse files
committed
Merge pull request #44469 from ngocnhan-tran1996
* pr/44469: Fix typo in javadoc Closes gh-44469
2 parents f6f1a9f + 0f4e361 commit 39a8958

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)