Skip to content

Commit

Permalink
Enable unchecked/rawtypes warnings
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 516929883
Change-Id: I1256649b06492f8b4d4e4b4ef1c9311a77c5067d
  • Loading branch information
cushon authored and copybara-github committed Mar 15, 2023
1 parent 370a42c commit f06d00b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
* does not have to be visible in the {@linkplain com.google.devtools.common.options options}
* package, e.g. private classes are allowed.
*/
@SuppressWarnings("rawtypes")
Class<? extends Converter> converter() default Converter.class;

/**
Expand Down

0 comments on commit f06d00b

Please sign in to comment.