From 57a725af53b9137319b0295ad6d41b64f1ce1879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Sat, 23 Sep 2023 17:47:39 +0800 Subject: [PATCH] optimize: remove unused property --- .../java/com/mybatisflex/core/datasource/DataSourceKey.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/mybatis-flex-core/src/main/java/com/mybatisflex/core/datasource/DataSourceKey.java b/mybatis-flex-core/src/main/java/com/mybatisflex/core/datasource/DataSourceKey.java index 144a05fb..1979b471 100644 --- a/mybatis-flex-core/src/main/java/com/mybatisflex/core/datasource/DataSourceKey.java +++ b/mybatis-flex-core/src/main/java/com/mybatisflex/core/datasource/DataSourceKey.java @@ -32,8 +32,6 @@ public class DataSourceKey { */ private static ThreadLocal manualKeyThreadLocal = new ThreadLocal<>(); - public static String manualKey; - private DataSourceKey() { }