File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -1275,10 +1275,6 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
1275
1275
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1276
1276
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
1277
1277
1278
- <!DOCTYPE mapper
1279
- PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1280
- "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
1281
-
1282
1278
<mapper namespace="org.apache.ibatis.submitted.rounding.Mapper">
1283
1279
<resultMap type="org.apache.ibatis.submitted.rounding.User" id="usermap">
1284
1280
<id column="id" property="id"/>
Original file line number Diff line number Diff line change @@ -1305,10 +1305,6 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
1305
1305
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1306
1306
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
1307
1307
1308
- <!DOCTYPE mapper
1309
- PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1310
- "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
1311
-
1312
1308
<mapper namespace="org.apache.ibatis.submitted.rounding.Mapper">
1313
1309
<resultMap type="org.apache.ibatis.submitted.rounding.User" id="usermap">
1314
1310
<id column="id" property="id"/>
Original file line number Diff line number Diff line change @@ -1235,10 +1235,6 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
1235
1235
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1236
1236
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
1237
1237
1238
- <!DOCTYPE mapper
1239
- PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1240
- "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
1241
-
1242
1238
<mapper namespace="org.apache.ibatis.submitted.rounding.Mapper">
1243
1239
<resultMap type="org.apache.ibatis.submitted.rounding.User" id="usermap">
1244
1240
<id column="id" property="id"/>
You can’t perform that action at this time.
0 commit comments