#945 Documentation: Converts an item to a caption

In section 6 the caption is written as
           . Generated collection mapping methods
        and does therefore appear as an enumeration instead of a caption.
This commit is contained in:
Dominik Gruntz 2016-11-01 17:11:36 +01:00 committed by Gunnar Morling
parent 65ffa8891a
commit 5de2750740

View File

@ -1036,7 +1036,7 @@ public interface CarMapper {
The generated implementation of the `integerSetToStringSet` performs the conversion from `Integer` to `String` for each element, while the generated `carsToCarDtos()` method invokes the `carToCarDto()` method for each contained element as shown in the following: The generated implementation of the `integerSetToStringSet` performs the conversion from `Integer` to `String` for each element, while the generated `carsToCarDtos()` method invokes the `carToCarDto()` method for each contained element as shown in the following:
. Generated collection mapping methods .Generated collection mapping methods
==== ====
[source, java, linenums] [source, java, linenums]
[subs="verbatim,attributes"] [subs="verbatim,attributes"]