Doc update

This commit is contained in:
Les Hazlewood 2014-09-26 17:59:16 -07:00
parent fe666b938e
commit 9f459901dd
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ can now be written as:
String compactJwt = Jwts.builder().setIssuer("Me").setSubject("Joe").signWith(HS256, key).compact();
```
and the JWT payload will use a constructed Claims instance automatically.
A Claims instance based on the specified claims will be created and set as the JWT's payload automatically.
<a name="olderJackson"></a>
#### Already using an older Jackson dependency?