Skip to content

Commit

Permalink
Remove unsupported constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed Jan 5, 2024
1 parent 3bf14a4 commit 616e727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ option java_multiple_files = true;
// The range is empty if `min_value == max_value`.
//
message Range {
int32 min_value = 1 [(max).value = "max_value"];
int32 min_value = 1;
int32 max_value = 2;
}

0 comments on commit 616e727

Please sign in to comment.