Polishing

Closes gh-29284
This commit is contained in:
Johnny Lim
2022-10-08 09:26:52 +09:00
committed by Sam Brannen
parent c1ff812d84
commit ced37d53b4
5 changed files with 11 additions and 20 deletions

View File

@@ -148,6 +148,7 @@ class AopProxyUtilsTests {
sealed interface SealedInterface {
}
@SuppressWarnings("unused")
static final class SealedClass implements SealedInterface {
}