Skip to content

Commit

Permalink
Update ReplaceLibrariesWithApiPlugin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Feb 11, 2024
1 parent 54b34c7 commit 0ad5ec6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public class ReplaceLibrariesWithApiPlugin extends Recipe {
String pluginVersion;

@Option(displayName = "Replaced Libraries",
description = "The set of library coordinates replaced by this API Plugin."
example= "groupId: org.apache.commons\nartifactId: commons-text")
description = "The set of library coordinates replaced by this API Plugin.",
example = "groupId: org.apache.commons\nartifactId: commons-text")
Set<Library> replaces;

/**
Expand Down

0 comments on commit 0ad5ec6

Please sign in to comment.