Skip to content

Commit

Permalink
update lib description
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Aug 10, 2019
1 parent 59dd239 commit e865267
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# 🔧 Functions

👉 The missing std Java™ lib(simple & 0-dependency) for framework/middleware,
👉 The missing Java™ std lib(simple & 0-dependency) for framework/middleware,
provide an enhanced `InheritableThreadLocal` that transmits `ThreadLocal` value between threads even using thread pooling components.
Support `Java` 12/11/10/9/8/7/6.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>jar</packaging>
<name>TransmittableThreadLocal(TTL)</name>
<description>
📌 The missing std Java™ lib(simple &amp; 0-dependency) for framework/middleware,
📌 The missing Java™ std lib(simple &amp; 0-dependency) for framework/middleware,
provide an enhanced InheritableThreadLocal that transmits ThreadLocal value between threads even using thread pooling components.
</description>
<url>https://github.com/alibaba/transmittable-thread-local</url>
Expand Down
2 changes: 1 addition & 1 deletion pom4ide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>jar</packaging>
<name>TransmittableThreadLocal(TTL)</name>
<description>
📌 The missing std Java™ lib(simple &amp; 0-dependency) for framework/middleware,
📌 The missing Java™ std lib(simple &amp; 0-dependency) for framework/middleware,
provide an enhanced InheritableThreadLocal that transmits ThreadLocal value between threads even using thread pooling components.
</description>
<url>https://github.com/alibaba/transmittable-thread-local</url>
Expand Down
2 changes: 1 addition & 1 deletion src/api/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<body>
<p>This is the API documentation for the
<a href="https://github.com/alibaba/transmittable-thread-local" target="_top">📌 TransmittableThreadLocal(TTL)</a>,
The missing std Java™ lib(simple &amp; 0-dependency) for framework/middleware,
The missing Java™ std lib(simple &amp; 0-dependency) for framework/middleware,
provide an enhanced InheritableThreadLocal that transmits ThreadLocal value between threads even using thread pooling components.
</p>
</body>
Expand Down

0 comments on commit e865267

Please sign in to comment.