Skip to content

Commit

Permalink
Update services/tables/src/main/java/com/linkedin/openhouse/tables/ap…
Browse files Browse the repository at this point in the history
…i/spec/v0/request/components/ReplicationConfig.java

Co-authored-by: Rohit kumar <[email protected]>
  • Loading branch information
chenselena and rohitkum2506 authored Oct 18, 2024
1 parent c3bca69 commit f471453
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class ReplicationConfig {
@Schema(description = "Replication destination cluster name", example = "clusterA")
@NotNull(
message =
"Incorrect destination cluster name specified. Destination cluster name cannot be null")
"Incorrect destination specified. destination field for replication config cannot be null")
@Valid
String destination;

Expand Down

0 comments on commit f471453

Please sign in to comment.