Skip to content

Commit f8b80bb

Browse files
committed
Checkstyle
1 parent f385ba4 commit f8b80bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mybatis/dynamic/sql/where/WhereDSL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* DSL for standalone where clauses.
2626
*
27-
* This can also be used to create reusable where clauses for different statements.
27+
* <p>This can also be used to create reusable where clauses for different statements.
2828
*/
2929
public class WhereDSL extends AbstractWhereStarter<WhereDSL.StandaloneWhereFinisher, WhereDSL> {
3030
private final StatementConfiguration statementConfiguration = new StatementConfiguration();

0 commit comments

Comments
 (0)