Skip to content

Commit 5c8aff7

Browse files
authored
Correct README for unmappedTargetPolicy (#142)
1 parent 1b960a4 commit 5c8aff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ To learn more about MapStruct have a look at the [mapstruct](https://github.com/
3232
* Highlighting properties in `target` and `source`
3333
* Errors and Quick fixes:
3434
* `@Mapper` or `@MapperConfig` annotation missing
35-
* Unmapped target properties with quick fixes: Add unmapped target property and Ignore unmapped target property.
36-
NB: `unmappedTargetPolicy` is not yet considered
35+
* Unmapped target properties with quick fixes: Add unmapped target property and Ignore unmapped target property.
36+
Uses `unmappedTargetPolicy` to determine the severity that should be used
3737

3838
## Requirements
3939

0 commit comments

Comments
 (0)