Skip to content

Commit

Permalink
Remove TODO comment that was addressed in a17256e.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 577292855
Change-Id: Ic29077498335adcf821bdc295fa18ef2fe3c5723
  • Loading branch information
Googler authored and copybara-github committed Oct 27, 2023
1 parent b940a3a commit 8cab6aa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1994,8 +1994,6 @@ public void intOutOfBounds() {
assertThat(e).hasMessageThat().contains("'2147483648' is not an int");
}

// TODO: b/254735608 - Add test coverage for deprecation warnings on negated boolean options when
// old option name is used.
public static class OldNameExample extends OptionsBase {
@Option(
name = "new_name",
Expand Down

0 comments on commit 8cab6aa

Please sign in to comment.