Skip to content

Commit

Permalink
silly checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
carterkozak committed Feb 23, 2021
1 parent 98c1edf commit 454d5d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public final class RemoteException extends RuntimeException implements SafeLogga
private final int status;
private final List<Arg<?>> args;
// Lazily evaluated based on the stableMessage, errorInstanceId, and args.
@SuppressWarnings("MutableExceptionCheck")
private String unsafeMessage;

/** Returns the error thrown by a remote process which caused an RPC call to fail. */
Expand Down

0 comments on commit 454d5d6

Please sign in to comment.