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 528dfe6 commit 8214313Copy full SHA for 8214313
src/main/java/org/mybatis/dynamic/sql/util/springbatch/SpringBatchPagingItemReaderRenderingStrategy.java
@@ -21,8 +21,8 @@
21
22
/**
23
* This rendering strategy should be used for MyBatis3 statements using the
24
- * MyBatisPagingItemReader supplied by mybatis-spring integration (http://www.mybatis.org/spring/).
25
- *
+ * MyBatisPagingItemReader supplied by mybatis-spring integration
+ * (<a href="http://www.mybatis.org/spring/">http://www.mybatis.org/spring/</a>).
26
*/
27
public class SpringBatchPagingItemReaderRenderingStrategy extends MyBatis3RenderingStrategy {
28
0 commit comments