Skip to content

Commit

Permalink
Suppress warning.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 642236112
Change-Id: I1c68d285d54cbd0589c08eaec0073ae0a6a21353
  • Loading branch information
meisterT authored and Copybara-Service committed Jun 11, 2024
1 parent 4d916c5 commit ecb8837
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ public void parseAndExitUponError(String[] args) {
* upon error. Also, prints out the usage message if "--help" appears anywhere within {@code
* args}.
*/
@SuppressWarnings("SystemExitOutsideMain")
public void parseAndExitUponError(
OptionPriority.PriorityCategory priority, String source, String[] args) {
for (String arg : args) {
Expand Down

0 comments on commit ecb8837

Please sign in to comment.