Skip to content

Commit cb3c389

Browse files
authored
Apply suggestions from code review
1 parent df22d1c commit cb3c389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/META-INF/rewrite/java-version-17.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ recipeList:
289289
---
290290
type: specs.openrewrite.org/v1beta/recipe
291291
name: org.openrewrite.java.migrate.AddLombokMapstructBinding
292-
displayName: Add lombok-mapstruct-binding when both MapStruct and Lombok are used
293-
description: Add lombok-mapstruct-binding when both MapStruct and Lombok are used.
292+
displayName: Add `lombok-mapstruct-binding` when both MapStruct and Lombok are used
293+
description: Add the `lombok-mapstruct-binding` annotation processor as needed when both MapStruct and Lombok are used.
294294
tags:
295295
- java17
296296
preconditions:

0 commit comments

Comments
 (0)