Skip to content

Commit

Permalink
Cleaning up help message in ClaimsMap
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Jan 28, 2020
1 parent 21445d5 commit 168f67e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions impl/src/main/java/dev/paseto/jpaseto/impl/ClaimsMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ abstract class ClaimsMap implements Map<String, Object> {
"Anything more complex is expected to be already converted to your desired type by the JSON Deserializer " +
"implementation. You may specify a custom Deserializer for a JwtParser with the desired conversion " +
"configuration via the PasetoParserBuilder.setDeserializer() method. " +
"See https://github.com/jwtk/jjwt#custom-json-processor for more information. If using Jackson, you can " +
"specify custom claim POJO types as described in https://github.com/jwtk/jjwt#json-jackson-custom-types";

// TODO: add link to message
"See https://github.com/paseto-toolkit/jpaseto#custom-json for more information. If using Jackson, you can " +
"specify custom claim POJO types as described in https://github.com/paseto-toolkit/jpaseto#json-jackson-custom-types";

private final Map<String, Object> claims;

Expand Down

0 comments on commit 168f67e

Please sign in to comment.