Skip to content

Commit

Permalink
Remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon committed Aug 8, 2022
1 parent 7e6c892 commit b822357
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,6 @@ public static ParamQuery of(String query) {
@Nullable
private final String query;

@Description("param query2")
@Nullable
private final Optional<String> query2 = null;

private ParamQuery(@Nullable String query) {
this.query = query;
}
Expand Down

0 comments on commit b822357

Please sign in to comment.