Skip to content

Commit

Permalink
update lib description
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Sep 30, 2018
1 parent ef2dc9b commit 3696a72
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@

# 🔧 Functions

👉 The missing std Java™ lib(simple & 0-dependency) for framework/middleware,
transmitting ThreadLocal value between threads even using thread pooling components.
The missing std Java™ 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.

Class [`InheritableThreadLocal`](https://docs.oracle.com/javase/10/docs/api/java/lang/InheritableThreadLocal.html) in `JDK`
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<version>2.8.1</version>
<packaging>jar</packaging>
<name>TransmittableThreadLocal(TTL)</name>
<description>The missing std Java™ lib(simple &amp; 0-dependency) for framework/middleware,
transmitting ThreadLocal value between threads even using thread pooling components.
<description>
📌 The missing std Java™ 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>
<inceptionYear>2013</inceptionYear>
Expand Down
5 changes: 3 additions & 2 deletions pom4ide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<version>2.8.1</version>
<packaging>jar</packaging>
<name>TransmittableThreadLocal(TTL)</name>
<description>The missing std Java™ lib(simple &amp; 0-dependency) for framework/middleware,
transmitting ThreadLocal value between threads even using thread pooling components.
<description>
📌 The missing std Java™ 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>
<inceptionYear>2013</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions src/api/overview.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html>
<body>
<p>This is the API documentation for the
<a href="https://github.com/alibaba/transmittable-thread-local" target="_top">TransmittableThreadLocal(TTL)</a>,
<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,
transmitting ThreadLocal value between threads even using thread pooling components.
provide an enhanced InheritableThreadLocal that transmits ThreadLocal value between threads even using thread pooling components.
</p>
</body>
</html>

0 comments on commit 3696a72

Please sign in to comment.