Skip to content

Commit 016ea37

Browse files
committed
Checkstyle
1 parent 5e275f1 commit 016ea37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/mybatis/dynamic/sql/exception/NonRenderingWhereClauseException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
*/
1616
package org.mybatis.dynamic.sql.exception;
1717

18+
import java.io.Serial;
19+
1820
import org.mybatis.dynamic.sql.configuration.GlobalConfiguration;
1921
import org.mybatis.dynamic.sql.configuration.StatementConfiguration;
2022
import org.mybatis.dynamic.sql.util.Messages;
2123

22-
import java.io.Serial;
23-
2424
/**
2525
* This exception is thrown when the where clause in a statement will not render.
2626
* This can happen if all the optional conditions in a where clause fail to

0 commit comments

Comments
 (0)