From 4ffe72afc17021f92cec449c60c98849edb4bb06 Mon Sep 17 00:00:00 2001 From: marlonDML Date: Thu, 28 Apr 2022 12:20:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E9=93=BE=E6=8E=A5=E9=94=99=E8=AF=AF?= =?UTF-8?q?=EF=BC=8C=E5=B7=B2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/java/concurrent/threadlocal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/java/concurrent/threadlocal.md b/docs/java/concurrent/threadlocal.md index a4aff50f..016f8186 100644 --- a/docs/java/concurrent/threadlocal.md +++ b/docs/java/concurrent/threadlocal.md @@ -7,7 +7,7 @@ tag: -> 本文来自一枝花算不算浪漫投稿, 原文地址:[https://juejin.im/post/5eacc1c75188256d976df748](https://juejin.im/post/5eacc1c75188256d976df748)。 +> 本文来自一枝花算不算浪漫投稿, 原文地址:[https://juejin.cn/post/6844904151567040519](https://juejin.cn/post/6844904151567040519)。 ### 前言