Skip to content

Commit 42cb981

Browse files
committed
Fix checkstyle warning
1 parent f569d53 commit 42cb981

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/org/mybatis/scripting/thymeleaf/TemplateEngineCustomizer.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* The interface for customizing a default {@code TemplateEngine} instanced by the MyBatis Thymeleaf. <br>
2626
* If you want to customize a default {@code TemplateEngine}, you implements class of this interface and you need to
2727
* specify the 'customizer' property of mybatis-thymeleaf.properties. <br>
28+
* <br>
2829
* e.g.) Implementation class:
2930
*
3031
* <pre>
@@ -37,7 +38,8 @@
3738
* }
3839
* }
3940
* </pre>
40-
*
41+
*
42+
* <br>
4143
* e.g.) Configuration file (mybatis-thymeleaf.properties):
4244
*
4345
* <pre>

0 commit comments

Comments
 (0)