Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
berniegp committed Oct 31, 2018
1 parent 95166a6 commit 7c3bac6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ public interface Mapper {

List<Car> getCars();
List<Car> getCars2();
List<Car> getCars3();

}
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
select * from cars
</select>

<select id="getCarsNonUnique" resultMap="carResult">
select 1 as carid, cartype, enginetype, enginecylinders, brakestype from cars
</select>

<select id="getCars2" resultMap="carResult">
select 1 as carid, cartype, enginetype, enginecylinders, brakestype from cars where carid in (1,2)
</select>
Expand Down

0 comments on commit 7c3bac6

Please sign in to comment.