Skip to content

Commit 3da5a2c

Browse files
committed
reverted accidental changelog edit (should not change previous release text)
1 parent 80856bf commit 3da5a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ All JWA-defined encryption algorithms and key management algorithms are fully im
226226
available immediately. For example:
227227

228228
```java
229-
AeadAlgorithm enc = Jwe.alg.A256GCM;
229+
AeadAlgorithm enc = Jwts.ENC.A256GCM;
230230
SecretKey key = enc.key().build();
231231
String compact = Jwts.builder().setSubject("Joe").encryptWith(key, enc).compact();
232232

0 commit comments

Comments
 (0)