Skip to content

Commit

Permalink
Merge pull request #44469 from ngocnhan-tran1996
Browse files Browse the repository at this point in the history
* pr/44469:
  Fix typo in javadoc

Closes gh-44469
  • Loading branch information
mhalbritter committed Feb 28, 2025
2 parents f6f1a9f + 0f4e361 commit 39a8958
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -26,7 +26,7 @@
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"),
Expand Down

0 comments on commit 39a8958

Please sign in to comment.