File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/test/java/org/apache/ibatis
submitted/no_result_type_map Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1717
1818import static org .assertj .core .api .Assertions .assertThat ;
1919
20+ import ch .qos .logback .classic .spi .ILoggingEvent ;
21+ import ch .qos .logback .core .UnsynchronizedAppenderBase ;
22+
2023import java .util .concurrent .atomic .AtomicInteger ;
2124
2225import javax .sql .DataSource ;
2326
24- import ch .qos .logback .classic .spi .ILoggingEvent ;
25- import ch .qos .logback .core .UnsynchronizedAppenderBase ;
2627import org .apache .ibatis .BaseDataTest ;
2728import org .apache .ibatis .annotations .Select ;
2829import org .apache .ibatis .domain .blog .Author ;
Original file line number Diff line number Diff line change 1515 */
1616package org .apache .ibatis .submitted .no_result_type_map ;
1717
18- import org .apache .ibatis .annotations .Param ;
19-
2018import java .util .List ;
2119
20+ import org .apache .ibatis .annotations .Param ;
21+
2222public interface Mapper extends ParentMapper <User >{
2323
2424 User getUser (@ Param ("id" ) Integer id );
You can’t perform that action at this time.
0 commit comments