#945 Updates mapstruct-reference-guide: Revives caption

Caption to example 17 got lost (due to a missing line). Adds the missing line in front of
        .Conversion from BigDecimal to String
    so that this caption is printed as caption again.
This commit is contained in:
Dominik Gruntz 2016-11-01 16:05:40 +01:00 committed by Gunnar Morling
parent 422821f3cf
commit fff7457286

View File

@ -604,6 +604,7 @@ public interface CarMapper {
* Between `enum` types and `String`.
* Between big number types (`java.math.BigInteger`, `java.math.BigDecimal`) and Java primitive types (including their wrappers) as well as String. A format string as understood by `java.text.DecimalFormat` can be specified.
.Conversion from BigDecimal to String
====
[source, java, linenums]