Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Viladrosa committed Oct 19, 2023
1 parent 375baee commit c2c4d57
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
@Value
public class FindProperties extends Recipe {

@Option(displayName = "Property pattern", description = "Regular expression pattern used to match property tag names.", example = "guava*")
@Option(displayName = "Property pattern",
description = "Regular expression pattern used to match property tag names.",
example = "guava*")
String propertyPattern;

UUID searchId = randomId();
Expand Down

0 comments on commit c2c4d57

Please sign in to comment.