Skip to content

Commit ec3efbb

Browse files
committed
Checkstyle
1 parent 33a0b94 commit ec3efbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mybatis/dynamic/sql/util/ColumnMappingVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* may or may not be supported. For example, it makes no sense to map a column to another column in
2222
* an insert - so the ColumnToColumnMapping is only supported on update statements.
2323
*
24-
* Rather than implement this interface directly, we recommend implementing one of the derived
24+
* <p>Rather than implement this interface directly, we recommend implementing one of the derived
2525
* interfaces. The derived interfaces encapsulate the rules about which mappings are applicable to the
2626
* different types of statements.
2727
*

0 commit comments

Comments
 (0)