Skip to content

Commit 3fe1e8c

Browse files
committed
Code Cleanup - unused imports
1 parent 8f37d01 commit 3fe1e8c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/java/examples/joins/JoinSubQueryTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2020 the original author or authors.
2+
* Copyright 2016-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -40,12 +40,9 @@
4040
import static examples.joins.OrderDetailDynamicSQLSupport.orderDetail;
4141
import static examples.joins.OrderLineDynamicSQLSupport.orderLine;
4242
import static examples.joins.OrderMasterDynamicSQLSupport.orderMaster;
43-
import static examples.joins.UserDynamicSQLSupport.user;
4443
import static org.assertj.core.api.Assertions.assertThat;
45-
import static org.mybatis.dynamic.sql.SqlBuilder.and;
4644
import static org.mybatis.dynamic.sql.SqlBuilder.equalTo;
4745
import static org.mybatis.dynamic.sql.SqlBuilder.isEqualTo;
48-
import static org.mybatis.dynamic.sql.SqlBuilder.on;
4946
import static org.mybatis.dynamic.sql.SqlBuilder.select;
5047
import static org.mybatis.dynamic.sql.SqlBuilder.sortColumn;
5148

0 commit comments

Comments
 (0)