This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch refactor
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/refactor by this push:
new f8cd26a Fix typo.
f8cd26a is described below
commit f8cd26ad0076179c38ebc94695c87b856ebdb8a0
Author: Wu Sheng <[email protected]>
AuthorDate: Tue Mar 15 21:07:09 2022 +0800
Fix typo.
---
CHANGES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index daa3d3e..9d3531b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -112,7 +112,7 @@ Release Notes.
* [Breaking Change] Remove configuration `restMinThreads` (env var:
`SW_CORE_REST_JETTY_MIN_THREADS`
, `SW_RECEIVER_SHARING_JETTY_MIN_THREADS`).
* Refactor the core Builder mechanism, new storage plugin could implement
their own converter and get rid of hard
- requirement of using HashMap to community between data object and database
native structure.
+ requirement of using HashMap to communicate between data object and database
native structure.
* [Breaking Change] Break all existing 3rd-party storage extensions.
#### UI