Skip to content

Commit aba456b

Browse files
ervislbalmaceda
authored andcommitted
fix javadoc parameter names (auth0#327)
1 parent 8946bfe commit aba456b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/main/java/com/auth0/jwt/algorithms/CryptoHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ boolean verifySignatureFor(String algorithm, byte[] secretBytes, String header,
3232
*
3333
* @param algorithm algorithm name.
3434
* @param secretBytes algorithm secret.
35-
* @param header JWT header.
36-
* @param payload JWT payload.
35+
* @param headerBytes JWT header.
36+
* @param payloadBytes JWT payload.
3737
* @param signatureBytes JWT signature.
3838
* @return true if signature is valid.
3939
* @throws NoSuchAlgorithmException if the algorithm is not supported.

0 commit comments

Comments
 (0)