Skip to content

Commit

Permalink
Make DropChannelResponse non-public
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-psaha committed Dec 14, 2023
1 parent 8fd335a commit e083c45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import com.fasterxml.jackson.annotation.JsonProperty;

public class DropChannelResponse extends StreamingIngestResponse {
class DropChannelResponse extends StreamingIngestResponse {
private Long statusCode;
private String message;
private String dbName;
Expand Down

0 comments on commit e083c45

Please sign in to comment.