Skip to content

Commit 299c14e

Browse files
authored
Fix imports in docs example (#1028)
1 parent 6f6f027 commit 299c14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ code quickly. Here's an example:
737737
----
738738
import io.jsonwebtoken.Jwts;
739739
import io.jsonwebtoken.security.Keys;
740-
import java.security.Key;
740+
import javax.crypto.SecretKey;
741741
742742
// We need a signing key, so we'll create one just for this example. Usually
743743
// the key would be read from your application configuration instead.

0 commit comments

Comments
 (0)