File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
mapstruct-iterable-to-non-iterable/src/main/java/com/mycompany/mapper Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66package com .mycompany .mapper ;
77
88import com .mycompany .mapper .util .FirstElement ;
9- import com .mycompany .mapper .util .IterableNonInterableUtil ;
9+ import com .mycompany .mapper .util .IterableNonIterableUtil ;
1010import com .mycompany .mapper .util .LastElement ;
1111import org .mapstruct .Mapper ;
1212import org .mapstruct .Mapping ;
1313import org .mapstruct .factory .Mappers ;
1414
1515
16- @ Mapper ( uses = IterableNonInterableUtil .class )
16+ @ Mapper ( uses = IterableNonIterableUtil .class )
1717public interface SourceTargetMapper {
1818
1919 SourceTargetMapper MAPPER = Mappers .getMapper ( SourceTargetMapper .class );
Original file line number Diff line number Diff line change 1212 *
1313 * @author Sjaak Derksen
1414 */
15- public class IterableNonInterableUtil {
15+ public class IterableNonIterableUtil {
1616
1717 @ FirstElement
1818 public <T > T first ( List <T > in ) {
You can’t perform that action at this time.
0 commit comments