Skip to content

Commit

Permalink
fix checkstyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
xwm1992 committed Jul 29, 2024
1 parent 2d45966 commit 53b7b8c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

@Data
@EqualsAndHashCode(callSuper = true)
public class ReportVerifyRequest extends BaseRemoteRequest{
public class ReportVerifyRequest extends BaseRemoteRequest {

private String taskID;

private String recordID;
Expand Down

0 comments on commit 53b7b8c

Please sign in to comment.