Skip to content

Commit 3fbabd5

Browse files
authored
Merge pull request #1025 from freeman0432/patch-1
Update configuration.xml. Remove redundant DOCTYPE from mapper example.
2 parents 47953cb + b594180 commit 3fbabd5

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

src/site/es/xdoc/configuration.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,10 +1275,6 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
12751275
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
12761276
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
12771277
1278-
<!DOCTYPE mapper
1279-
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1280-
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
1281-
12821278
<mapper namespace="org.apache.ibatis.submitted.rounding.Mapper">
12831279
<resultMap type="org.apache.ibatis.submitted.rounding.User" id="usermap">
12841280
<id column="id" property="id"/>

src/site/ja/xdoc/configuration.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,10 +1305,6 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
13051305
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
13061306
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
13071307
1308-
<!DOCTYPE mapper
1309-
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1310-
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
1311-
13121308
<mapper namespace="org.apache.ibatis.submitted.rounding.Mapper">
13131309
<resultMap type="org.apache.ibatis.submitted.rounding.User" id="usermap">
13141310
<id column="id" property="id"/>

src/site/ko/xdoc/configuration.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,10 +1235,6 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
12351235
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
12361236
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
12371237
1238-
<!DOCTYPE mapper
1239-
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1240-
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
1241-
12421238
<mapper namespace="org.apache.ibatis.submitted.rounding.Mapper">
12431239
<resultMap type="org.apache.ibatis.submitted.rounding.User" id="usermap">
12441240
<id column="id" property="id"/>

src/site/xdoc/configuration.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,10 +1409,6 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
14091409
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
14101410
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
14111411
1412-
<!DOCTYPE mapper
1413-
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1414-
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
1415-
14161412
<mapper namespace="org.apache.ibatis.submitted.rounding.Mapper">
14171413
<resultMap type="org.apache.ibatis.submitted.rounding.User" id="usermap">
14181414
<id column="id" property="id"/>

0 commit comments

Comments
 (0)