From 3d26318301b4e12f99ffc97d42e89e9c1e0f7982 Mon Sep 17 00:00:00 2001 From: Daniel Strobusch Date: Sun, 14 Jan 2018 11:56:35 +0100 Subject: [PATCH] Fixed caption of listing --- .../src/main/asciidoc/mapstruct-reference-guide.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc b/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc index 1998c554a..deaa323fe 100644 --- a/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc +++ b/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc @@ -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"]