Skip to content

Commit

Permalink
Update allowed values in MigrateStrutsDtd
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored May 23, 2024
1 parent 0caa201 commit 967c5ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class MigrateStrutsDtd extends Recipe {
@Option(displayName = "Struts version",
description = "The Struts version to migrate to.",
example = "6.0",
valid = "2.3, 2.5, 6.0")
valid = { "2.3", "2.5", "6.0" })
String strutsVersion;

@Override
Expand Down

0 comments on commit 967c5ec

Please sign in to comment.