Fix Typo in Reference Docs

This commit is contained in:
Kyle Anderson 2017-07-07 16:46:53 -07:00 committed by Rob Winch
parent 77de91ad60
commit a139a0052d
1 changed files with 1 additions and 1 deletions

View File

@ -6651,7 +6651,7 @@ Use the KeyGenerators.secureRandom factory methods to generate a BytesKeyGenerat
[source,java]
----
KeyGenerator generator = KeyGenerators.secureRandom();
BytesKeyGenerator generator = KeyGenerators.secureRandom();
byte[] key = generator.generateKey();
----