Skip to content

Commit

Permalink
Merge 958e9f5 into f93b27e
Browse files Browse the repository at this point in the history
  • Loading branch information
atjiucheng authored Apr 10, 2024
2 parents f93b27e + 958e9f5 commit 526c4f0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@AllArgsConstructor
@NoArgsConstructor
public class StreamingTaskTriggerResponse {

private boolean success;
Expand Down

0 comments on commit 526c4f0

Please sign in to comment.