Skip to content

Commit

Permalink
Update Vale to use the new API.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 7, 2025
1 parent 5117ea7 commit e275bb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class ValeDescriptor extends ParserDescriptor {
}

@Override
public IssueParser createParser(Option... options) {
public IssueParser create(final Option... options) {
return new ValeParser();
}

Expand Down

0 comments on commit e275bb9

Please sign in to comment.