Skip to content

Commit 17dcd49

Browse files
committed
Checkstyle
1 parent f8b80bb commit 17dcd49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

18+
import java.util.Optional;
19+
1820
import org.mybatis.dynamic.sql.common.AbstractBooleanExpressionModel;
1921
import org.mybatis.dynamic.sql.render.RenderingContext;
2022
import org.mybatis.dynamic.sql.util.FragmentAndParameters;
2123
import org.mybatis.dynamic.sql.where.render.WhereRenderer;
2224

23-
import java.util.Optional;
24-
2525
public class EmbeddedWhereModel extends AbstractBooleanExpressionModel {
2626
private EmbeddedWhereModel(Builder builder) {
2727
super(builder);

0 commit comments

Comments
 (0)