Skip to content

Commit 3ef5d1c

Browse files
committed
Fix description for 'marker-interface' and 'annotation' in mybatis-spring.xsd
Fixes gh-283
1 parent 43b6706 commit 3ef5d1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2010-2017 the original author or authors.
4+
Copyright 2010-2018 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -47,7 +47,7 @@
4747
<xsd:annotation>
4848
<xsd:documentation>
4949
<![CDATA[
50-
The scanner will register all interfaces in the base package that also have the specified annotation.
50+
The scanner will register all interfaces in the base package that also have the specified interface class as a parent.
5151
]]>
5252
</xsd:documentation>
5353
<xsd:appinfo>
@@ -61,7 +61,7 @@
6161
<xsd:annotation>
6262
<xsd:documentation>
6363
<![CDATA[
64-
The scanner will register all interfaces in the base package that also have the specified interface class as a parent.
64+
The scanner will register all interfaces in the base package that also have the specified annotation.
6565
]]>
6666
</xsd:documentation>
6767
<xsd:appinfo>

0 commit comments

Comments
 (0)