Skip to content

Commit

Permalink
Suppress warnings in Gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Mar 2, 2022
1 parent 25aa295 commit 340f41a
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -106,11 +106,13 @@ static class NestedException extends RuntimeException {
}
}

@SuppressWarnings("serial")
static class MyException extends RuntimeException {
}

// Name intentionally starts with MyException (including package) but does
// NOT extend MyException.
@SuppressWarnings("serial")
static class MyException2 extends RuntimeException {
}

Expand Down

0 comments on commit 340f41a

Please sign in to comment.