#163 correct typo in Javadoc code example

This commit is contained in:
Andreas Gudian 2015-02-25 09:49:33 +01:00
parent bbeaa2117c
commit 9bfdc54b7b

View File

@ -36,7 +36,7 @@ import java.lang.annotation.Target;
* *
* <pre> * <pre>
* {@code * {@code
* &#64;Mapping({ * &#64;Mappings({
* &#64;Mapping(target="make", source="brand"), * &#64;Mapping(target="make", source="brand"),
* &#64;Mapping(target="seatCount", source="numberOfSeats") * &#64;Mapping(target="seatCount", source="numberOfSeats")
* }) * })