From 9edcd2f3f34f52c61a1bf0c68ca96b7f90c5ef49 Mon Sep 17 00:00:00 2001 From: zp <913310944@qq.com> Date: Tue, 19 Mar 2019 15:52:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=98=A0=E5=B0=84=E7=9A=84?= =?UTF-8?q?=E6=9E=84=E9=80=A0=E5=87=BD=E6=95=B0=E6=B3=A8=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/org/apache/ibatis/annotations/AutomapConstructor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/ibatis/annotations/AutomapConstructor.java b/src/main/java/org/apache/ibatis/annotations/AutomapConstructor.java index 0de84a3d846..516d799359b 100644 --- a/src/main/java/org/apache/ibatis/annotations/AutomapConstructor.java +++ b/src/main/java/org/apache/ibatis/annotations/AutomapConstructor.java @@ -23,7 +23,7 @@ /** * The marker annotation that indicate a constructor for automatic mapping. - * + *标记注释,指示自动映射的构造函数。 * @author Tim Chen * @since 3.4.3 */