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 f385ba4 commit f8b80bbCopy full SHA for f8b80bb
src/main/java/org/mybatis/dynamic/sql/where/WhereDSL.java
@@ -24,7 +24,7 @@
24
/**
25
* DSL for standalone where clauses.
26
*
27
- * This can also be used to create reusable where clauses for different statements.
+ * <p>This can also be used to create reusable where clauses for different statements.
28
*/
29
public class WhereDSL extends AbstractWhereStarter<WhereDSL.StandaloneWhereFinisher, WhereDSL> {
30
private final StatementConfiguration statementConfiguration = new StatementConfiguration();
0 commit comments