Skip to content

Commit 696a3a4

Browse files
committed
Change @since 2.1.2
1 parent 4398c82 commit 696a3a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/mybatis/spring/annotation/MapperScan.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
* <p>
191191
* The default is {@literal true}. This means that a property placeholder processing execute.
192192
*
193-
* @since 3.0.3
193+
* @since 2.1.2
194194
*
195195
* @return a flag that whether execute a property placeholder processing or not
196196
*/

src/main/resources/org/mybatis/spring/config/mybatis-spring.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<xsd:annotation>
153153
<xsd:documentation>
154154
<![CDATA[
155-
Specifies a flag that whether execute a property placeholder processing or not. (Since 3.0.3)
155+
Specifies a flag that whether execute a property placeholder processing or not. (Since 2.1.2)
156156
The default is true. This means that a property placeholder processing execute.
157157
]]>
158158
</xsd:documentation>

0 commit comments

Comments
 (0)