Skip to content

Commit

Permalink
chore: make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Aug 11, 2024
1 parent 4298e22 commit 5c72c50
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import java.lang.reflect.InvocationTargetException;

@Keep
@SuppressWarnings("unused")
public class UnifiedEntryPoint {

private static boolean sInitialized = false;
Expand Down Expand Up @@ -82,6 +83,7 @@ private static Throwable getInvocationTargetExceptionCause(@NonNull Throwable e)
return e;
}

@SuppressWarnings("unchecked")
@NonNull
private static <T extends Throwable> AssertionError unsafeThrow(@NonNull Throwable e) throws T {
throw (T) e;
Expand Down

0 comments on commit 5c72c50

Please sign in to comment.