We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636e223 commit 59fad90Copy full SHA for 59fad90
src/site/xdoc/configuration.xml
@@ -1409,10 +1409,6 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
1409
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1410
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
1411
1412
-<!DOCTYPE mapper
1413
- PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1414
- "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
1415
-
1416
<mapper namespace="org.apache.ibatis.submitted.rounding.Mapper">
1417
<resultMap type="org.apache.ibatis.submitted.rounding.User" id="usermap">
1418
<id column="id" property="id"/>
0 commit comments