Skip to content

Commit

Permalink
Merge pull request jwtk#207 from jwtk/issue/206
Browse files Browse the repository at this point in the history
Removed redundant/incorrect docs
  • Loading branch information
lhazlewood committed May 16, 2017
2 parents cb5a992 + 2d6233f commit cb9e24a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/io/jsonwebtoken/JwtParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ public interface JwtParser {
* (as the {@code alg} header parameter).</p>
* <p>
* <p>This method overwrites any previously set key.</p>
* <p>
* <p>This is a convenience method: the string argument is first BASE64-decoded to a byte array and this resulting
* byte array is used to invoke {@link #setSigningKey(byte[])}.</p>
*
* @param key the algorithm-specific signature verification key to use to validate any discovered JWS digital
* signature.
Expand Down

0 comments on commit cb9e24a

Please sign in to comment.