Skip to content

Commit

Permalink
squash: Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Aug 20, 2024
1 parent 686ae48 commit ad3a8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jitsi/jigasi/util/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public static String generateAsapToken(
{
if (StringUtils.isEmpty(privateKey) || StringUtils.isEmpty(privateKeyId))
{
throw new IOException("Failed generating JWT for Whisper. Missing private key or key name.");
throw new IOException("Failed generating JWT. Missing private key or key name.");
}

long nowMillis = System.currentTimeMillis();
Expand Down

0 comments on commit ad3a8a2

Please sign in to comment.