Skip to content

Commit

Permalink
Add comment for reminder later.
Browse files Browse the repository at this point in the history
  • Loading branch information
at88mph committed Jun 24, 2024
1 parent b2b9d26 commit 8695ae3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public void write(final JSONWriter writer) throws JSONException {
} catch (PrivilegedActionException e) {
throw new JSONException(e.getException());
} catch (Exception e) {
// This will likely come from the token store, which the user would not have control over.
throw new RuntimeException(e.getMessage(), e);
}
}
Expand Down

0 comments on commit 8695ae3

Please sign in to comment.