mapstruct / mapstruct-idea

An IntelliJ IDEA plugin for working with MapStruct
Other
141 stars 38 forks source link

use String equals directly instead of Objects.equals #201

Closed hduelme closed 3 months ago

hduelme commented 3 months ago

Just a small refactoring. The two Strings are never null. No need to use Objects.equals

filiphr commented 3 months ago

Thanks @hduelme