Skip to content

Commit

Permalink
Fix lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed Jan 24, 2025
1 parent fb10eaf commit 45164c4
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,25 @@
/**
* A class representing a error parser policy.
*/
@Setter
@Getter
public class ErrorParserPolicy implements Cloneable {

/**
* Code parser
*/
@Setter
private String parser;

/**
* Code expression
*/
@Setter
private String expression;

@Setter
private Set<String> statuses;

/**
* Code parser
*/
@Setter
private Set<String> contentTypes;

public ErrorParserPolicy() {
Expand Down

0 comments on commit 45164c4

Please sign in to comment.