Fixed typo in ScryptCipherProviderGroovyTest Javadoc.

This closes #380.
This commit is contained in:
Andy LoPresto 2016-04-25 18:32:45 -07:00
parent 11cff0dd39
commit a4409d366c
No known key found for this signature in database
GPG Key ID: 3C6EF65B2F7DEF69
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ public class ScryptCipherProviderGroovyTest {
// Arrange
ScryptCipherProvider testCipherProvider = new ScryptCipherProvider()
/** See this Stack Overflow answer for a good visualization of the interplay between N, r, p {@link http://stackoverflow.com/a/30308723} */
/** See this Stack Overflow answer for a good visualization of the interplay between N, r, p <a href="http://stackoverflow.com/a/30308723" rel="noopener">http://stackoverflow.com/a/30308723</a> */
// Act
int n = testCipherProvider.getN()