File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed
main/java/org/apache/ibatis/mapping
test/java/org/apache/ibatis/submitted/global_variables_defaults Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1515 */
1616package org .apache .ibatis .mapping ;
1717
18- import org .apache .ibatis .annotations .Param ;
19- import org .apache .ibatis .builder .BuilderException ;
20- import org .apache .ibatis .logging .Log ;
21- import org .apache .ibatis .logging .LogFactory ;
22- import org .apache .ibatis .reflection .ParamNameUtil ;
23- import org .apache .ibatis .session .Configuration ;
24-
2518import java .lang .annotation .Annotation ;
2619import java .lang .reflect .Constructor ;
2720import java .util .ArrayList ;
3124import java .util .Locale ;
3225import java .util .Set ;
3326
27+ import org .apache .ibatis .annotations .Param ;
28+ import org .apache .ibatis .builder .BuilderException ;
29+ import org .apache .ibatis .logging .Log ;
30+ import org .apache .ibatis .logging .LogFactory ;
31+ import org .apache .ibatis .reflection .ParamNameUtil ;
32+ import org .apache .ibatis .session .Configuration ;
33+
3434/**
3535 * @author Clinton Begin
3636 */
Original file line number Diff line number Diff line change 1515 */
1616package org .apache .ibatis .mapping ;
1717
18- import org .apache .ibatis .session .Configuration ;
19- import org .apache .ibatis .type .JdbcType ;
20- import org .apache .ibatis .type .TypeHandler ;
21- import org .apache .ibatis .type .TypeHandlerRegistry ;
22-
2318import java .util .ArrayList ;
2419import java .util .Collections ;
2520import java .util .List ;
2621import java .util .Set ;
2722
23+ import org .apache .ibatis .session .Configuration ;
24+ import org .apache .ibatis .type .JdbcType ;
25+ import org .apache .ibatis .type .TypeHandler ;
26+ import org .apache .ibatis .type .TypeHandlerRegistry ;
27+
2828/**
2929 * @author Clinton Begin
3030 */
Original file line number Diff line number Diff line change 1515 */
1616package org .apache .ibatis .submitted .global_variables_defaults ;
1717
18+ import java .io .IOException ;
19+ import java .io .Reader ;
20+ import java .util .Properties ;
21+
1822import org .apache .ibatis .builder .StaticSqlSource ;
1923import org .apache .ibatis .datasource .unpooled .UnpooledDataSource ;
2024import org .apache .ibatis .io .Resources ;
2832import org .assertj .core .api .Assertions ;
2933import org .junit .jupiter .api .Test ;
3034
31- import java .io .IOException ;
32- import java .io .Reader ;
33- import java .util .Properties ;
34-
3535class ConfigurationTest {
3636
3737 @ Test
You can’t perform that action at this time.
0 commit comments