Skip to content

Commit

Permalink
Add missing example to RecipeValidationTest option field
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Aug 15, 2024
1 parent e2efbcd commit 3672f4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ void validate() {
public static class JSpecifyAnnotatedRecipeOptions extends Recipe {

@Option(displayName = "An optional field",
description = "Something that can be null.")
description = "Something that can be null.",
example = "Anything")
@Nullable
String optionalField;

Expand Down

0 comments on commit 3672f4a

Please sign in to comment.