Fix typo in javadoc

See gh-44469

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan 2025-02-28 03:11:32 +07:00 committed by Moritz Halbritter
parent f6f1a9ffac
commit 0f4e361a95
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2024 the original author or authors.
* Copyright 2012-2025 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -26,7 +26,7 @@ package org.springframework.boot.logging.structured;
public enum CommonStructuredLogFormat {
/**
* <a href="https://www.elastic.co/guide/en/ecs/current/ecs-log.html">Elasic Common
* <a href="https://www.elastic.co/guide/en/ecs/current/ecs-log.html">Elastic Common
* Schema</a> (ECS) log format.
*/
ELASTIC_COMMON_SCHEMA("ecs"),