Fixed caption of listing

This commit is contained in:
Daniel Strobusch 2018-01-14 11:56:35 +01:00 committed by Filip Hrisafov
parent 6dee8fbe66
commit 3d26318301

View File

@ -281,7 +281,7 @@ In this section you'll learn how to define a bean mapper with MapStruct and whic
To create a mapper simply define a Java interface with the required mapping method(s) and annotate it with the `org.mapstruct.Mapper` annotation:
.Maven configuration
.Java interface to define a mapper
====
[source, java, linenums]
[subs="verbatim,attributes"]